Checkstyle Results
The following document contains the results of Checkstyle 8.29 with checkstyle/checkstyle.xml ruleset.
Summary
| Files |
|
|
|
|---|---|---|---|
| 149 | 0 | 30627 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly | 2961 |
|
| NeedBraces | 6 |
|
|
RightCurly
|
1384 |
|
|
| RightCurly | 1384 |
|
|
| indentation | Indentation
|
15137 |
|
| javadoc | JavadocMethod
|
3326 |
|
MissingJavadocMethod
|
1051 |
|
|
| NonEmptyAtclauseDescription | 88 |
|
|
SingleLineJavadoc
|
322 |
|
|
SummaryJavadoc
|
2232 |
|
|
| naming | AbbreviationAsWordInName
|
10 |
|
ParameterName
|
965 |
|
|
| sizes | LineLength
|
2860 |
|
| whitespace | EmptyLineSeparator
|
278 |
|
| MethodParamPad | 7 |
|
Details
gov/nist/itl/metaschema/model/xml/ADocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'a'. | 30 |
|
|
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 80 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 83 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 86 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 87 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 94 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 97 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 99 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 100 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 100 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 102 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 103 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 103 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 103 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 104 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 104 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 183). | 106 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 107 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 110 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 110 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 110 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 111 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 113 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 114 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 114 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 116 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 117 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 119 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 120 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 122 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 123 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 125 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 126 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 128 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 129 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 131 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 132 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 134 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 135 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 137 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 138 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 140 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 140 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 141 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 141 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 143 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 143 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 144 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 144 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 146 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 149 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 149 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 151 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 255). | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 154 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 154 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 156 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 159 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 161 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 163 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 163 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 163 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 164 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 164 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 164 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 166 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 166 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 167 |
gov/nist/itl/metaschema/model/xml/AllowedValuesDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 45 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 48 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 52 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 55 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 59 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 62 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 65 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 68 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 71 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 74 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 77 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 80 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 83 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 86 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 89 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 92 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 227). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 97 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 267). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 102 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/AllowedValuesType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 19 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 21 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 26 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 36 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 36 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 41 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xenumArray'. | 46 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 51 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xenum'. | 51 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 56 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 61 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 66 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 71 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 73 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 86 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowOther'. | 86 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowOther'. | 91 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 103 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 104 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 105 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 106 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 106 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 108 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 109 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 109 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 109 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 111 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 112 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 112 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 113 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 113 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 113 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 115 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 116 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 116 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 118 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 118 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 119 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 119 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 120 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 122 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 123 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 125 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 126 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 128 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 129 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 131 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 132 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 134 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 135 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 137 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 138 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 140 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 140 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 141 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 141 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 143 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 143 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 144 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 144 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 146 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 146 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 146 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 147 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 149 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 150 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 150 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 150 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 152 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 153 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 153 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 155 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 155 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 156 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 156 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 223). | 157 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 157 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 157 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 157 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 158 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 158 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 158 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 160 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 160 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 161 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 263). | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 162 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 162 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 162 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 163 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 163 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 163 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 165 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 165 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 166 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 166 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 167 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 167 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 167 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 167 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 168 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 168 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 170 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 170 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 171 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 172 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 172 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 172 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 172 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 172 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 173 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 173 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 173 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 175 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 |
gov/nist/itl/metaschema/model/xml/AnyDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'any'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 45 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 48 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 52 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 55 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 59 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 62 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 65 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 68 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 71 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 74 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 77 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 80 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 83 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 86 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 89 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 92 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 97 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 257). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 102 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/AssemblyDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assembly'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 80 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'groupAs'. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 140 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 160 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 165 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 175 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 180 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 182 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 185 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 190 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 192 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 195 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 197 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 200 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 202 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 205 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 205 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 207 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 210 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 210 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 212 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 215 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 217 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 220 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 222 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 225 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 227 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 230 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 232 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 235 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 237 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 240 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 240 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 242 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 245 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 245 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 247 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 250 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 257 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 258 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 258 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 259 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 260 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 262 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 265 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 267 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 271 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 271 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 274 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 277 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 277 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 282 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 282 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 284 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 287 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyExtensionArray'. | 287 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 289 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 292 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 292 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 292 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyExtension'. | 292 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 294 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 297 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 297 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 299 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 302 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 304 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 307 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 307 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 314 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 315 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 315 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 316 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 316 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 317 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 317 |
|
|
blocks | RightCurly | '}' at column 178 should be alone on a line. | 317 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 319 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 319 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 319 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 320 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 320 |
|
|
blocks | RightCurly | '}' at column 181 should be alone on a line. | 320 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 322 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 322 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 323 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 324 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 331 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 332 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 332 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 333 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 333 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 334 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 334 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 334 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 336 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 336 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 337 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 337 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 337 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 339 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 339 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 340 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 341 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 348 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 349 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 350 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 350 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 351 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 351 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 351 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 353 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 353 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 353 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 354 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 354 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 354 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 356 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 356 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 357 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 357 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 357 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 357 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 358 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 358 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 358 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 360 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 360 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 360 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 361 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 361 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 361 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 363 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 363 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 364 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 364 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 364 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 364 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 364 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 365 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 365 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 365 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 367 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 367 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 367 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 368 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 368 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 368 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 370 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 370 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 370 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 370 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 371 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 371 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 371 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 373 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 373 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 373 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 374 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 374 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 374 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 376 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 376 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 376 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 377 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 377 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 377 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 379 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 379 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 379 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 380 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 380 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 380 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 382 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 382 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 382 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 382 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 383 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 383 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 383 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 385 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 385 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 385 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 386 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 386 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 386 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 388 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 388 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 388 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 389 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 389 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 389 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 391 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 391 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 391 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 392 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 392 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 392 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 394 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 394 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 394 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 395 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 395 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 395 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 397 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 183). | 397 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 397 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 398 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 398 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 398 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 400 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 400 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 401 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 401 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 222). | 402 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 402 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 402 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 402 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 403 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 403 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 403 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 405 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 405 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 406 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 406 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 262). | 407 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 407 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 407 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 407 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 407 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 408 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 408 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 408 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 410 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 411 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 411 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 412 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 412 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 412 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 412 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 413 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 413 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 415 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 415 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 416 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 416 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 417 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 417 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 417 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 417 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 417 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 418 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 418 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 418 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 420 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 420 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 421 |
gov/nist/itl/metaschema/model/xml/AssemblyExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 228). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 45 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 48 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 52 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 55 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 59 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 62 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 65 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 68 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 71 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 74 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 77 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 80 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 83 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 86 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 89 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 92 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 231). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 97 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 271). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 102 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/AugmentDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'augment'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 136 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 142 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 152 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 154 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 157 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 162 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 164 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 172 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 172 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 174 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 177 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 179 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 182 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 187 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 187 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 192 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 200 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 202 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 202 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 204 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 205 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 205 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 205 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 207 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 207 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 208 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 209 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 216 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 217 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 217 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 218 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 219 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 219 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 221 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 221 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 222 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 222 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 222 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 224 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 224 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 225 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 225 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 225 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 226 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 226 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 226 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 228 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 228 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 229 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 229 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 229 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 231 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 231 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 232 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 232 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 232 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 232 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 232 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 233 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 233 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 233 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 235 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 235 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 236 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 236 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 236 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 238 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 238 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 238 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 238 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 239 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 239 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 239 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 241 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 241 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 241 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 242 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 242 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 242 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 244 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 244 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 244 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 245 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 245 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 245 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 247 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 247 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 247 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 248 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 248 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 248 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 250 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 250 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 250 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 251 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 251 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 251 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 253 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 254 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 254 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 254 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 256 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 256 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 257 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 257 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 259 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 259 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 260 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 260 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 260 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 262 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 262 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 262 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 263 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 263 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 263 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 265 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 265 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 265 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 266 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 266 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 266 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 268 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 269 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 269 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 270 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 270 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 270 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 270 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 271 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 271 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 271 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 273 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 273 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 274 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 274 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 261). | 275 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 275 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 275 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 275 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 275 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 276 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 276 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 276 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 278 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 278 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 279 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 279 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 280 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 280 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 280 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 280 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 281 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 281 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 283 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 283 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 284 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 284 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 285 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 285 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 285 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 285 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 285 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 286 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 286 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 286 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 288 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 288 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 289 |
gov/nist/itl/metaschema/model/xml/Boolean.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 50 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 51 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 51 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 51 |
|
|
blocks | RightCurly | '}' at column 48 should be alone on a line. | 51 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 56 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 56 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 56 |
|
|
blocks | RightCurly | '}' at column 45 should be alone on a line. | 56 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 4. | 59 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 59 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 59 |
|
|
blocks | RightCurly | '}' at column 28 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 62 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
indentation | Indentation | '(' has incorrect indentation level 8, expected level should be 12. | 66 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 66 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
blocks | LeftCurly | '{' at column 48 should have line break after. | 74 |
|
|
blocks | RightCurly | '}' at column 77 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 83 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
blocks | RightCurly | '}' at column 84 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 88 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 91 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 91 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 93 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 94 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 94 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 95 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 95 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 97 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 98 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 98 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 98 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 100 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 100 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 101 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 102 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 104 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 105 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 105 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 107 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 108 |
|
|
blocks | RightCurly | '}' at column 138 should be alone on a line. | 108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 110 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 111 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 113 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 114 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 114 |
|
|
blocks | RightCurly | '}' at column 139 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 116 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 117 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 119 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 120 |
|
|
blocks | RightCurly | '}' at column 138 should be alone on a line. | 120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 122 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 123 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 125 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 126 |
|
|
blocks | RightCurly | '}' at column 139 should be alone on a line. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 128 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 129 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 131 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 132 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 134 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 135 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 135 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 137 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 213). | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 139 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 139 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 139 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 140 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 140 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 142 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 253). | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 144 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 144 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 144 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 145 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 145 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 145 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 147 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 148 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 149 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 149 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 149 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 149 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 150 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 150 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 152 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 154 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 154 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 154 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 155 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 155 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 155 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 157 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 |
gov/nist/itl/metaschema/model/xml/ChoiceDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'choice'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 62 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 62 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 67 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 69 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldArray'. | 72 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 77 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'field'. | 77 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 82 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 82 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 84 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 87 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 92 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 99 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 103 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 109 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 109 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 114 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyArray'. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 124 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assembly'. | 124 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 126 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 129 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 129 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 134 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 139 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 146 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 148 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 149 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 151 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 151 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 151 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 152 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 152 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 154 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 154 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 163 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 164 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 166 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 166 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 168 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 169 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 169 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 169 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 171 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 171 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 172 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 172 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 172 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 173 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 173 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 173 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 175 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 175 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 176 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 176 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 176 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 178 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 178 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 179 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 179 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 179 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 179 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 180 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 180 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 182 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 182 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 182 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 183 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 183 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 183 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 185 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 186 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 186 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 188 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 188 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 189 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 189 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 191 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 191 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 192 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 192 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 194 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 194 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 195 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 197 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 197 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 198 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 198 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 200 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 200 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 200 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 201 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 201 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 203 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 203 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 203 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 204 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 204 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 206 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 206 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 206 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 207 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 207 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 207 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 209 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 209 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 210 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 210 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 210 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 212 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 212 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 213 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 213 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 213 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 215 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 215 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 216 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 216 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 217 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 217 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 217 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 217 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 218 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 218 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 218 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 220 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 220 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 221 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 260). | 222 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 222 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 222 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 222 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 222 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 223 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 223 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 223 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 225 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 225 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 226 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 226 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 227 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 227 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 227 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 227 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 228 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 228 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 230 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 230 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 231 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 231 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 232 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 232 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 232 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 232 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 232 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 233 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 233 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 233 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 235 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 236 |
gov/nist/itl/metaschema/model/xml/CodeDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 50 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 53 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 57 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 60 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 64 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 67 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 70 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 73 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 76 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 79 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 82 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 85 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 88 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 91 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 94 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 179). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 97 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 102 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 258). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 107 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/DefineAssemblyDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 222). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssembly'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 219). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonKey'. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 116 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 116 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 122 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 122 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 124 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 127 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagArray'. | 132 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 137 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 137 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 142 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 152 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 154 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 162 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 164 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'model'. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 179 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 182 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 188 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 194 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 194 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 199 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 204 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarksArray'. | 204 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 209 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 214 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 214 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 216 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 224 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 226 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 229 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 235 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 238 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 241 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 241 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 243 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 246 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 248 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 251 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 251 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 256 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 256 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 258 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 261 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 261 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 263 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 266 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 271 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 271 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 273 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 276 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 278 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 281 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 283 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 286 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 286 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 286 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 288 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 291 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 293 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 296 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 298 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 301 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 303 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 306 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 308 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 316 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 316 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 318 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 321 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 323 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 326 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 328 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 331 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 331 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 333 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 336 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 336 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 338 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 341 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 341 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 346 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 353 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 354 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 354 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 355 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 356 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 358 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 361 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 363 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 367 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 367 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 370 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 373 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 373 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 373 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 375 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 378 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 378 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 380 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 383 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyArray'. | 383 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 385 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 388 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assembly'. | 388 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 390 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 393 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 393 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 393 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 395 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 398 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 400 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 403 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 403 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 403 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 405 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 408 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 410 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 414 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 414 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 417 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 420 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 420 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 422 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 425 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 425 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 427 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 430 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldArray'. | 430 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 432 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 435 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 435 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 435 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'field'. | 435 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 437 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 440 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 440 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 440 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 442 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 445 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 447 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 450 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 450 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 450 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 452 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 455 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 457 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 461 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 461 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 464 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 467 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 467 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 467 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 469 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 472 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 472 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 474 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 477 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'choiceArray'. | 477 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 479 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 482 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 482 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 482 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'choice'. | 482 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 484 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 487 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 487 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 487 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 489 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 492 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 494 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 497 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 497 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 497 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 499 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 502 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 504 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 507 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 507 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 509 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 512 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'any'. | 512 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 514 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 517 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 519 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 522 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 529 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 530 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 530 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 531 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 531 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 531 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 532 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 532 |
|
|
blocks | RightCurly | '}' at column 185 should be alone on a line. | 532 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 534 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 534 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 534 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 535 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 535 |
|
|
blocks | RightCurly | '}' at column 188 should be alone on a line. | 535 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 537 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 537 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 538 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 539 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 546 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 547 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 547 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 548 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 549 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 551 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 554 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 556 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 560 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 560 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 563 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 566 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 566 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 566 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 568 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 571 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 571 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 573 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 576 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 576 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyExtensionArray'. | 576 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 578 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 581 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 581 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 581 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 581 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyExtension'. | 581 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 583 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 586 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 586 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 586 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 588 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 591 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 593 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 596 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 596 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 596 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 603 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 604 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 604 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 605 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 605 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 605 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 606 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 606 |
|
|
blocks | RightCurly | '}' at column 190 should be alone on a line. | 606 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 608 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 608 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 608 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 609 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 609 |
|
|
blocks | RightCurly | '}' at column 193 should be alone on a line. | 609 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 611 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 611 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 612 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 613 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 620 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 621 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 621 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 622 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 622 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 623 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 623 |
|
|
blocks | RightCurly | '}' at column 175 should be alone on a line. | 623 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 625 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 625 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 625 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 626 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 626 |
|
|
blocks | RightCurly | '}' at column 178 should be alone on a line. | 626 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 628 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 628 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 629 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 630 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 637 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 638 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 638 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 639 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 639 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 640 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 640 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 640 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 642 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 642 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 642 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 643 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 643 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 643 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 645 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 645 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 646 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 646 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 646 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 646 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 647 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 647 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 647 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 649 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 649 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 649 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 650 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 650 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 650 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 652 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 652 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 653 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 653 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 653 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 653 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 653 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 654 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 654 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 654 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 656 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 656 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 656 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 657 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 657 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 657 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 659 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 659 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 659 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 659 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 660 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 660 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 660 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 662 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 662 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 662 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 662 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 663 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 663 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 663 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 665 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 665 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 665 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 666 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 666 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 666 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 668 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 668 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 668 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 669 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 669 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 669 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 671 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 671 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 671 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 671 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 672 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 672 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 672 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 674 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 674 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 674 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 674 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 675 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 675 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 675 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 677 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 677 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 677 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 678 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 678 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 678 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 680 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 680 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 680 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 681 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 681 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 681 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 683 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 683 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 683 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 684 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 684 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 684 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 686 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 686 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 686 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 687 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 687 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 687 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 689 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 689 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 690 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 690 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 228). | 691 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 691 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 691 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 691 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 692 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 692 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 692 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 694 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 694 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 695 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 695 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 268). | 696 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 696 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 696 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 696 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 696 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 697 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 697 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 697 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 699 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 699 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 700 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 700 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 701 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 701 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 701 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 701 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 702 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 702 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 704 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 704 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 705 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 705 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 706 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 706 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 706 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 706 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 706 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 707 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 707 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 707 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 709 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 709 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 710 |
gov/nist/itl/metaschema/model/xml/DefineAssemblyExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 240). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 45 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 48 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 52 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 55 |
|
|
blocks | RightCurly | '}' at column 175 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 59 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 62 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 65 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 68 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 71 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 74 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 77 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 80 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 83 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 86 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 89 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 92 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 237). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 97 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 277). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 102 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/DefineFieldDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 216). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineField'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 213). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonKey'. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonValueKey'. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 141 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 147 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 154 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagArray'. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 162 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 162 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 164 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 167 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 167 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 177 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 179 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 182 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 187 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 187 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 192 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 194 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 197 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 199 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 204 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 213 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 216 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 219 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 219 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 224 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 226 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 229 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarksArray'. | 229 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 234 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 234 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 234 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 234 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 236 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 239 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 239 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 239 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 241 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 244 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 246 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 249 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 251 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 254 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 256 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 260 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 263 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 266 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 266 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 266 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 271 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 271 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 273 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 276 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 276 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 278 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 281 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 281 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 283 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 286 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 286 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 288 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 291 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 293 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 296 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 296 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 298 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 301 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 303 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 306 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 306 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 308 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 318 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 321 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 323 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 326 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 328 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 331 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 333 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 336 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 336 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 338 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 341 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 341 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 346 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 346 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 348 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 351 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 353 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 356 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 358 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 361 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 363 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 366 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 366 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 368 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 371 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'collapsible'. | 371 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 376 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'collapsible'. | 376 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 378 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 381 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 383 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 386 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 388 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 391 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 393 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 396 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 398 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 401 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 401 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 403 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 406 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 408 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 411 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 413 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 416 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 416 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 418 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 421 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 423 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 426 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 428 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 431 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 438 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 439 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 439 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 441 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 443 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 446 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 448 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 452 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 452 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 455 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 458 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 458 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 458 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 460 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 463 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 463 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 465 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 468 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 468 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldExtensionArray'. | 468 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 470 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 473 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 473 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 473 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 473 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldExtension'. | 473 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 475 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 478 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 478 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 478 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 480 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 483 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 485 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 488 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 488 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 488 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 495 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 496 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 496 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 497 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 497 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 497 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 498 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 498 |
|
|
blocks | RightCurly | '}' at column 184 should be alone on a line. | 498 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 500 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 500 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 500 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 501 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 187). | 501 |
|
|
blocks | RightCurly | '}' at column 187 should be alone on a line. | 501 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 503 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 503 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 504 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 505 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 512 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 513 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 513 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 514 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 514 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 515 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 515 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 515 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 517 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 517 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 517 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 518 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 518 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 518 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 520 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 520 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 521 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 522 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 529 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 530 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 530 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 531 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 531 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 532 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 532 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 532 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 534 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 534 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 534 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 535 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 535 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 535 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 537 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 537 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 538 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 538 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 538 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 538 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 539 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 539 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 539 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 541 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 541 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 541 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 542 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 542 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 542 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 544 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 544 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 545 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 545 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 545 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 545 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 545 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 546 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 546 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 546 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 548 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 548 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 548 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 549 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 549 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 549 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 551 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 551 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 551 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 551 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 552 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 552 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 552 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 554 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 554 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 554 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 554 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 555 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 555 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 555 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 557 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 557 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 557 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 558 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 558 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 558 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 560 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 560 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 560 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 561 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 561 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 561 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 563 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 563 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 563 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 563 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 564 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 564 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 564 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 566 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 566 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 566 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 566 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 567 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 567 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 567 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 569 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 569 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 569 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 570 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 570 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 570 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 572 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 572 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 572 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 573 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 573 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 573 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 575 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 575 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 575 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 576 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 576 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 576 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 578 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 578 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 578 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 579 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 579 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 579 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 581 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 581 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 582 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 582 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 225). | 583 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 583 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 583 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 583 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 584 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 584 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 584 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 586 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 586 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 587 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 587 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 265). | 588 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 588 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 588 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 588 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 588 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 589 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 589 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 589 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 591 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 591 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 592 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 592 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 593 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 593 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 593 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 593 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 594 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 594 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 596 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 596 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 597 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 597 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 598 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 598 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 598 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 598 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 598 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 599 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 599 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 599 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 601 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 601 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 602 |
gov/nist/itl/metaschema/model/xml/DefineFieldExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 234). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 45 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 48 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 52 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 55 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 59 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 62 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 65 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 68 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 177). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 71 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 74 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 77 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 80 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 83 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 86 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 89 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 92 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 234). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 97 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 274). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 102 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/DefineFlagDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlag'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 116 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 116 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 122 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 122 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 124 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 127 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarksArray'. | 132 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 137 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 137 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 142 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 142 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 152 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 154 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 163 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 169 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 169 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 171 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 174 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 174 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 176 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 179 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 184 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 184 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 186 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 189 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 189 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 194 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 199 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 201 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 204 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 214 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 214 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 216 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 226 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 229 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 234 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 236 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 239 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 239 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 241 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 244 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 244 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 246 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 249 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 251 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 254 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 256 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 259 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 261 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 264 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 266 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 269 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 269 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 271 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 274 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 276 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 279 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 281 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 284 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 286 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 289 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 289 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 291 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 294 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 294 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 296 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 299 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 301 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 304 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 312 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 312 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 313 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 314 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 316 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 319 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 321 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 325 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 325 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 328 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 331 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 331 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 331 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 333 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 336 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 338 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 341 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 341 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagExtensionArray'. | 341 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 346 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 346 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 346 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 346 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagExtension'. | 346 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 351 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 351 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 351 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 353 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 356 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 358 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 361 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 361 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 368 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 369 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 369 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 370 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 371 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 371 |
|
|
blocks | RightCurly | '}' at column 182 should be alone on a line. | 371 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 373 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 373 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 373 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 374 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 374 |
|
|
blocks | RightCurly | '}' at column 185 should be alone on a line. | 374 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 376 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 376 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 377 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 378 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 385 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 386 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 386 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 387 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 387 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 388 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 388 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 388 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 390 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 390 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 390 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 391 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 391 |
|
|
blocks | RightCurly | '}' at column 170 should be alone on a line. | 391 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 393 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 393 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 394 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 395 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 402 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 403 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 403 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 404 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 404 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 405 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 405 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 405 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 407 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 407 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 407 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 408 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 408 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 408 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 410 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 411 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 411 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 411 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 411 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 412 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 412 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 412 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 414 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 414 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 414 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 415 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 415 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 415 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 417 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 417 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 418 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 418 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 418 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 418 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 418 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 419 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 419 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 419 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 421 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 421 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 422 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 422 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 422 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 424 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 424 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 424 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 424 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 425 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 425 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 425 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 427 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 427 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 427 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 427 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 428 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 428 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 428 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 430 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 430 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 430 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 431 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 431 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 431 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 433 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 433 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 433 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 434 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 434 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 434 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 436 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 436 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 436 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 436 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 437 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 437 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 437 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 439 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 439 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 439 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 439 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 440 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 440 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 442 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 442 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 442 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 443 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 443 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 443 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 445 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 445 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 445 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 446 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 446 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 446 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 448 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 448 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 448 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 449 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 449 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 449 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 451 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 451 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 451 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 452 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 452 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 452 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 454 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 454 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 455 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 455 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 224). | 456 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 456 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 456 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 456 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 457 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 457 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 457 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 459 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 459 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 460 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 460 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 264). | 461 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 461 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 461 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 461 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 461 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 462 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 462 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 462 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 464 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 464 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 465 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 466 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 466 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 466 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 466 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 467 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 467 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 469 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 469 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 470 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 470 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 471 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 471 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 471 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 471 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 471 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 472 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 472 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 472 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 474 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 474 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 475 |
gov/nist/itl/metaschema/model/xml/DefineFlagExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 232). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 45 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 48 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 52 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 55 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 59 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 62 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 65 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 68 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 71 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 216). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 74 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 77 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 80 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 83 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 86 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 89 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 92 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 233). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 97 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 273). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 102 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/DescriptionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 216). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 45 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 48 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 52 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 55 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 59 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 62 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 65 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 68 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 71 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 74 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 77 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 80 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 83 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 86 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 89 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 92 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 225). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 97 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 265). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 102 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/EmDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 50 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 53 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 57 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 60 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 64 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 67 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 70 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 73 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 76 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 79 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 82 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 85 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 88 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 91 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 94 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 177). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 97 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 216). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 102 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 256). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 107 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/EnumDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xenum'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'value'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'value'. | 65 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 75 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 75 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 77 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 78 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 78 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 80 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 89 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 90 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 92 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 94 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 95 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 95 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 97 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 98 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 98 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 98 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 99 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 99 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 101 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 102 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 105 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 105 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 105 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 106 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 106 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 108 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 109 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 109 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 111 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 112 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 114 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 115 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 117 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 118 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 118 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 120 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 121 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 121 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 123 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 124 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 124 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 124 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 126 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 127 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 127 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 129 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 130 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 130 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 130 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 132 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 133 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 133 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 135 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 136 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 136 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 179). | 138 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 139 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 139 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 141 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 143 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 143 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 143 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 143 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 144 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 144 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 146 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 258). | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 149 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 149 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 151 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 154 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 156 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 159 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 159 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 161 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 |
gov/nist/itl/metaschema/model/xml/ExampleDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 80 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 140 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'path'. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'path'. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 160 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 165 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 170 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 175 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 180 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 182 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 194 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 195 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 197 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 197 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 198 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 198 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 200 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 202 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 209 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 210 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 210 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 211 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 211 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 212 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 212 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 212 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 214 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 214 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 214 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 215 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 215 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 215 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 217 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 217 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 218 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 218 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 218 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 219 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 219 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 221 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 221 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 222 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 222 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 222 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 224 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 224 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 225 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 225 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 225 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 225 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 226 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 226 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 226 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 228 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 228 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 228 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 229 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 229 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 229 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 231 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 231 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 231 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 231 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 232 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 232 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 232 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 234 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 234 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 234 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 234 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 235 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 235 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 235 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 237 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 237 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 237 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 238 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 238 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 238 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 240 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 240 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 240 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 241 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 241 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 241 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 243 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 243 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 244 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 244 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 244 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 246 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 246 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 247 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 247 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 247 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 249 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 249 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 250 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 250 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 250 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 252 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 252 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 253 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 253 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 253 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 255 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 255 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 255 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 256 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 256 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 256 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 258 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 258 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 258 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 259 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 259 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 259 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 261 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 261 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 262 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 262 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 263 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 263 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 263 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 263 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 264 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 264 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 264 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 266 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 266 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 267 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 261). | 268 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 268 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 268 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 268 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 268 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 269 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 269 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 269 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 271 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 271 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 272 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 273 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 273 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 273 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 273 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 274 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 274 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 276 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 276 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 277 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 278 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 278 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 278 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 278 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 278 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 279 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 279 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 279 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 281 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 282 |
gov/nist/itl/metaschema/model/xml/ExtensionType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 19 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 28 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 29 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 29 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 29 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 31 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 31 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 32 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 32 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 32 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 34 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 34 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 35 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 35 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 35 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 36 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 36 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 36 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 187). | 38 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 39 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 39 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 39 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 41 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 41 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 42 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 42 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 42 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 42 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 42 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 43 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 43 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 45 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 46 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 46 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 48 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 49 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 49 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 51 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 52 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 55 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 57 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 58 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 58 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 60 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 61 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 61 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 63 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 64 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 67 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 70 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 73 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 76 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 76 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 78 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 219). | 80 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 80 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 80 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 80 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 81 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 81 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 83 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 259). | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 85 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 85 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 86 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 86 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 88 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 90 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 90 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 90 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 91 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 93 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 95 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 95 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 95 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 95 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 95 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 96 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 96 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 98 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 98 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 99 |
gov/nist/itl/metaschema/model/xml/FieldDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'field'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 80 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'groupAs'. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 131 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 137 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagArray'. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 152 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 152 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 154 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 157 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 162 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 164 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 167 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 177 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 182 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 182 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 187 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 194 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 197 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 199 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 202 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 204 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 212 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 214 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 217 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 219 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 222 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 224 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 227 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 229 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 232 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 232 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 234 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 237 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 237 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 239 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 242 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 244 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 247 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 249 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 252 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 254 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 257 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 257 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 259 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 262 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 262 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 264 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 269 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 272 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 274 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 277 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 282 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 282 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 284 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 287 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 287 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 289 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 292 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 292 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 294 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 297 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 299 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 302 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 304 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 307 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 309 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 312 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 312 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 314 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 317 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 319 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 322 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 322 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 324 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 327 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 334 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 335 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 335 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 337 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 339 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 342 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 344 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 348 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 351 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 354 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 354 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 354 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 356 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 359 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 359 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 361 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 364 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldExtensionArray'. | 364 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 366 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 369 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 369 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 369 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldExtension'. | 369 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 371 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 374 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 374 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 374 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 376 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 379 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 381 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 384 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 384 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 384 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 391 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 392 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 392 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 393 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 393 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 394 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 394 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 394 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 396 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 396 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 396 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 397 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 397 |
|
|
blocks | RightCurly | '}' at column 175 should be alone on a line. | 397 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 399 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 399 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 400 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 401 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 409 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 410 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 411 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 413 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 414 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 414 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 414 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 414 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 416 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 417 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 419 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 420 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 437 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 438 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 438 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 442 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 442 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 443 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 443 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 443 |
|
|
blocks | RightCurly | '}' at column 56 should be alone on a line. | 443 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 447 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 447 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 447 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 448 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 448 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 448 |
|
|
blocks | RightCurly | '}' at column 53 should be alone on a line. | 448 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 450 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 450 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 450 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 20, expected level should be 8. | 451 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 451 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 451 |
|
|
blocks | RightCurly | '}' at column 36 should be alone on a line. | 451 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 16, expected level should be 8. | 453 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 16, expected level should be 8. | 454 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 16, expected level should be 8. | 456 |
|
|
indentation | Indentation | '(' has incorrect indentation level 16, expected level should be 20. | 458 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 458 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 16, expected level should be 8. | 465 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 466 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 466 |
|
|
blocks | LeftCurly | '{' at column 56 should have line break after. | 466 |
|
|
blocks | RightCurly | '}' at column 85 should be alone on a line. | 466 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 467 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 475 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 475 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 476 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 476 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 477 |
|
|
blocks | RightCurly | '}' at column 110 should be alone on a line. | 477 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 479 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 479 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 480 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 480 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 480 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 482 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 482 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 482 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 483 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 483 |
|
|
blocks | RightCurly | '}' at column 170 should be alone on a line. | 483 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 485 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 485 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 486 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 487 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 494 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 495 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 495 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 496 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 496 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 497 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 497 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 497 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 499 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 499 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 499 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 500 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 500 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 500 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 502 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 502 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 503 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 504 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 511 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 512 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 512 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 513 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 513 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 514 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 514 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 514 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 516 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 516 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 516 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 517 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 517 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 517 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 519 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 519 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 520 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 520 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 520 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 520 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 521 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 521 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 521 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 523 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 187). | 523 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 523 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 524 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 524 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 524 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 526 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 526 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 527 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 527 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 527 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 527 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 527 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 528 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 528 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 528 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 530 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 530 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 530 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 531 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 531 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 531 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 533 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 533 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 533 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 533 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 534 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 534 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 534 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 536 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 536 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 536 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 536 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 537 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 537 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 537 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 539 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 539 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 539 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 540 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 540 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 540 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 542 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 542 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 542 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 543 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 543 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 543 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 545 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 545 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 545 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 545 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 546 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 546 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 546 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 548 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 548 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 548 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 548 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 549 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 549 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 549 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 551 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 551 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 551 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 552 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 552 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 552 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 554 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 554 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 554 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 555 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 555 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 555 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 557 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 557 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 557 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 558 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 558 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 558 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 560 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 560 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 560 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 561 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 561 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 561 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 563 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 563 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 564 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 564 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 219). | 565 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 565 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 565 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 565 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 566 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 566 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 566 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 568 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 568 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 569 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 569 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 259). | 570 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 570 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 570 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 570 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 570 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 571 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 571 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 571 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 573 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 573 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 574 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 574 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 575 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 575 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 575 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 575 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 576 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 576 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 578 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 578 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 579 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 579 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 580 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 580 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 580 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 580 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 580 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 581 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 581 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 581 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 583 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 583 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 584 |
gov/nist/itl/metaschema/model/xml/FieldExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 222). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 45 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 48 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 52 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 55 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 59 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 62 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 65 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 68 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 71 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 74 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 77 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 80 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 83 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 86 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 89 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 92 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 228). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 97 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 268). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 102 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/FieldTypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 22 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 23 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 25 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'val'. | 27 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 28 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
|
|
whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 29 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 30 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 38 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 39 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 40 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 46 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 50 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 68 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 69 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 74 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 74 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 74 |
|
|
blocks | RightCurly | '}' at column 52 should be alone on a line. | 74 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 79 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 79 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 79 |
|
|
blocks | RightCurly | '}' at column 49 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 81 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 16, expected level should be 6. | 82 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 82 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 82 |
|
|
blocks | RightCurly | '}' at column 32 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 84 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | '(' has incorrect indentation level 12, expected level should be 16. | 90 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 90 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 98 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 99 |
|
|
blocks | LeftCurly | '{' at column 52 should have line break after. | 99 |
|
|
blocks | RightCurly | '}' at column 81 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 109 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 110 |
|
|
blocks | RightCurly | '}' at column 98 should be alone on a line. | 110 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 112 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 112 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 113 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 113 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 113 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 115 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 116 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 116 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 118 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 118 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 127 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 128 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 128 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 130 |
|
|
blocks | RightCurly | '}' at column 87 should be alone on a line. | 130 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 133 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 133 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 136 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 136 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 136 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 138 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 139 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 139 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 140 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 140 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 142 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 142 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 143 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 143 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 145 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 145 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 146 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 146 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 146 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 146 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 146 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 147 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 149 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 149 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 150 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 150 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 150 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 152 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 152 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 153 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 153 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 155 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 155 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 155 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 156 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 156 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 158 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 159 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 161 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 162 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 162 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 164 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 164 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 164 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 164 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 165 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 165 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 165 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 167 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 167 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 168 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 168 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 168 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 170 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 170 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 171 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 171 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 171 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 173 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 173 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 174 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 174 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 176 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 176 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 177 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 177 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 177). | 179 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 179 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 180 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 180 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 182 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 182 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 183 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 216). | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 184 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 184 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 184 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 185 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 185 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 185 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 187 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 188 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 256). | 189 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 189 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 189 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 189 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 189 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 190 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 190 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 190 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 192 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 192 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 194 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 194 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 194 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 194 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 195 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 195 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 197 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 197 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 199 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 199 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 199 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 199 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 199 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 200 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 200 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 200 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 202 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 203 |
gov/nist/itl/metaschema/model/xml/FlagConstraint.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 19 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 21 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 26 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 29 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 31 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 34 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 36 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 39 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 41 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 54 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 56 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 59 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 61 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 64 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 66 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 71 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 74 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 76 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 79 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 81 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 84 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 89 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 89 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 94 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 96 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 99 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 101 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 104 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 109 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 114 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 119 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 124 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 129 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 136 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 137 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 139 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 144 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 146 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 149 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 154 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 159 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inherit'. | 159 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 164 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inherit'. | 164 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 169 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 176 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 178 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 178 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 179 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 179 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 181 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 181 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 181 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 182 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 182 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 182 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 184 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 186 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 193 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 194 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 194 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 196 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 196 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 198 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 199 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 199 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 199 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 201 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 202 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 202 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 203 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 203 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 203 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 205 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 205 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 205 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 206 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 206 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 206 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 208 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 208 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 209 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 209 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 209 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 209 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 210 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 210 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 210 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 212 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 212 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 213 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 213 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 213 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 215 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 215 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 216 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 216 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 218 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 218 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 218 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 219 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 219 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 221 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 221 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 222 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 222 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 222 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 224 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 224 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 225 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 225 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 225 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 227 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 227 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 227 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 228 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 228 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 228 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 230 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 230 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 230 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 231 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 231 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 231 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 233 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 233 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 233 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 234 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 234 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 234 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 236 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 236 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 236 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 237 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 237 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 237 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 239 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 239 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 239 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 240 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 240 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 240 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 242 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 242 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 242 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 243 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 243 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 243 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 245 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 245 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 246 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 246 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 247 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 247 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 247 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 247 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 248 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 248 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 248 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 250 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 250 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 251 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 251 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 260). | 252 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 252 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 252 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 252 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 252 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 253 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 253 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 253 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 255 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 255 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 256 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 257 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 257 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 257 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 257 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 258 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 258 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 260 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 260 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 261 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 261 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 262 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 262 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 262 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 262 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 262 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 263 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 263 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 263 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 265 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 265 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 266 |
gov/nist/itl/metaschema/model/xml/FlagDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 140 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 160 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 165 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 170 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 180 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 182 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 185 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 190 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 192 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 195 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 197 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 200 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 202 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 205 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 207 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 210 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 212 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 215 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 217 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 220 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 220 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 222 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 225 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 227 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 230 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 232 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 237 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 240 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 242 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 245 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 247 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 250 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 250 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 252 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 255 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 255 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 260 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 262 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 265 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 267 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 270 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 272 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 275 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 277 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 280 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 280 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 285 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 285 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 287 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 290 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 292 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 295 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 303 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 303 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 304 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 305 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 307 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 310 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 312 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 319 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 322 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 322 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 324 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 327 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 327 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 329 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 332 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagExtensionArray'. | 332 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 334 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 337 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 337 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 337 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagExtension'. | 337 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 339 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 342 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 342 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 342 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 344 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 347 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 349 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 352 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 352 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 352 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 359 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 360 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 360 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 361 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 361 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 362 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 362 |
|
|
blocks | RightCurly | '}' at column 170 should be alone on a line. | 362 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 364 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 364 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 364 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 365 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 173). | 365 |
|
|
blocks | RightCurly | '}' at column 173 should be alone on a line. | 365 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 367 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 367 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 368 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 369 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 376 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 377 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 377 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 378 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 378 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 379 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 379 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 379 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 381 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 381 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 381 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 382 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 382 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 382 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 384 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 384 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 385 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 386 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 393 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 394 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 394 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 395 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 395 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 396 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 396 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 396 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 398 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 398 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 398 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 399 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 399 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 399 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 401 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 401 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 402 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 402 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 402 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 402 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 403 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 403 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 403 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 405 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 405 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 405 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 406 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 406 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 406 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 408 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 408 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 409 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 409 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 409 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 409 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 409 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 410 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 410 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 412 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 412 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 412 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 413 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 413 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 413 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 415 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 415 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 415 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 415 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 416 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 416 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 416 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 418 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 418 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 418 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 418 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 419 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 419 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 419 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 421 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 421 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 422 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 422 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 422 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 424 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 424 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 424 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 425 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 425 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 425 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 427 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 427 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 427 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 427 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 428 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 428 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 428 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 430 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 430 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 430 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 430 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 431 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 431 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 431 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 433 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 433 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 433 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 434 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 434 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 434 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 436 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 436 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 436 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 437 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 437 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 437 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 439 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 439 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 439 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 440 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 440 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 442 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 179). | 442 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 442 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 443 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 443 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 443 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 445 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 445 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 446 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 446 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 447 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 447 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 447 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 447 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 448 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 448 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 448 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 450 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 450 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 451 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 451 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 258). | 452 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 452 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 452 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 452 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 452 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 453 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 453 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 453 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 455 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 455 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 456 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 456 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 457 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 457 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 457 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 457 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 458 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 458 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 460 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 460 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 461 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 461 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 462 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 462 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 462 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 462 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 462 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 463 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 463 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 463 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 465 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 466 |
gov/nist/itl/metaschema/model/xml/FlagExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 45 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 48 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 52 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 55 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 59 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 62 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 65 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 68 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 71 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 74 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 77 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 80 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 83 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 86 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 89 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 92 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 227). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 97 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 267). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 102 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/FormalNameDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 50 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 53 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 57 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 60 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 64 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 67 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 70 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 73 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 76 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 79 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 82 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 85 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 88 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 91 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 94 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 97 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 224). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 102 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 264). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 107 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/GroupAsDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'groupAs'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 80 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inJson'. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inJson'. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 135 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 137 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 137 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 137 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 138 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 138 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 140 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 140 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 149 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 150 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 151 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 152 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 154 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 155 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 155 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 155 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 157 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 158 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 159 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 161 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 162 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 162 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 164 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 164 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 165 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 165 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 165 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 165 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 166 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 166 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 168 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 169 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 169 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 169 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 171 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 171 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 172 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 172 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 172 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 174 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 174 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 175 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 175 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 175 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 177 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 177 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 178 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 178 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 178 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 180 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 180 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 181 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 181 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 183 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 183 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 184 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 184 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 186 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 186 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 186 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 187 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 187 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 189 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 189 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 190 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 190 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 190 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 192 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 193 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 195 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 196 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 196 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 198 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 199 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 199 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 199 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 201 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 203 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 203 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 203 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 203 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 204 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 204 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 206 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 207 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 261). | 208 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 208 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 208 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 208 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 208 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 209 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 209 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 209 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 211 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 212 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 213 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 213 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 213 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 213 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 214 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 214 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 216 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 217 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 217 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 218 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 218 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 218 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 218 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 218 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 219 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 219 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 221 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 |
gov/nist/itl/metaschema/model/xml/ImportDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ximport'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 65 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 74 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 75 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 75 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 77 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 77 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 78 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 78 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 80 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 89 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 90 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 90 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 92 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 94 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 95 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 95 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 97 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 98 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 98 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 98 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 99 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 99 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 101 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 102 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 105 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 105 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 105 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 106 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 106 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 108 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 109 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 109 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 111 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 112 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 114 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 115 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 117 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 118 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 118 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 120 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 121 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 121 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 123 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 124 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 124 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 124 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 126 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 127 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 127 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 129 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 130 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 130 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 130 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 132 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 133 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 133 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 135 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 136 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 136 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 138 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 139 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 139 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 141 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 143 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 143 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 143 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 143 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 144 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 144 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 146 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 260). | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 149 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 149 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 151 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 154 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 156 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 159 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 159 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 161 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 |
gov/nist/itl/metaschema/model/xml/JsonGroupBehavior.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 53 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 53 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 53 |
|
|
blocks | RightCurly | '}' at column 48 should be alone on a line. | 53 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 58 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 58 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 58 |
|
|
blocks | RightCurly | '}' at column 45 should be alone on a line. | 58 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 4. | 61 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 61 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 61 |
|
|
blocks | RightCurly | '}' at column 28 should be alone on a line. | 61 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
indentation | Indentation | '(' has incorrect indentation level 8, expected level should be 12. | 69 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 69 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
blocks | LeftCurly | '{' at column 48 should have line break after. | 78 |
|
|
blocks | RightCurly | '}' at column 77 should be alone on a line. | 78 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 79 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 86 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 87 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
blocks | RightCurly | '}' at column 94 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 92 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 94 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 95 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 95 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 97 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 98 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 98 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 98 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 99 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 99 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 101 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 102 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 105 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 105 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 105 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 106 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 106 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 108 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 108 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 109 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 109 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 111 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 112 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 114 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 115 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 117 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 117 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 118 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 118 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 120 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 120 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 121 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 121 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 123 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 123 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 124 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 124 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 124 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 126 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 126 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 127 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 127 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 129 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 129 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 130 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 130 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 130 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 132 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 132 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 133 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 133 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 135 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 135 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 136 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 136 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 138 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 139 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 139 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 141 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 223). | 143 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 143 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 143 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 143 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 144 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 144 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 146 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 263). | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 148 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 149 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 149 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 151 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 154 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 156 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 159 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 159 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 161 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 162 |
gov/nist/itl/metaschema/model/xml/JsonKeyDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonKey'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 85 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 88 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 90 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 99 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 100 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 100 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 102 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 104 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 105 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 105 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 107 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 108 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 108 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 109 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 109 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 111 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 112 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 115 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 115 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 115 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 116 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 118 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 119 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 121 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 122 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 124 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 125 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 125 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 127 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 128 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 128 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 130 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 131 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 131 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 133 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 134 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 136 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 137 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 137 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 139 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 140 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 140 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 142 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 142 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 143 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 143 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 145 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 146 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 146 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 148 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 149 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 149 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 151 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 154 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 154 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 156 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 261). | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 159 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 159 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 161 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 163 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 163 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 164 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 164 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 166 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 167 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 168 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 168 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 168 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 168 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 168 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 169 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 169 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 169 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 171 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 |
gov/nist/itl/metaschema/model/xml/JsonValueKeyDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonValueKey'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 40 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 85 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 88 |
|
|
blocks | RightCurly | '}' at column 174 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 90 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 92 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 99 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 100 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 100 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 102 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 104 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 105 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 105 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 107 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 108 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 108 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 109 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 109 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 111 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 112 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 115 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 115 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 115 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 116 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 118 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 118 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 119 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 121 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 122 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 124 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 125 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 125 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 127 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 128 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 128 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 130 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 130 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 131 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 131 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 133 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 134 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 136 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 137 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 137 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 139 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 140 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 140 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 142 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 142 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 143 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 143 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 145 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 145 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 146 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 146 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 187). | 148 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 149 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 149 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 151 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 226). | 153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 153 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 154 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 154 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 156 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 266). | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 159 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 159 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 161 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 163 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 163 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 164 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 164 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 166 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 167 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 168 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 168 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 168 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 168 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 168 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 169 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 169 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 169 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 171 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 172 |
gov/nist/itl/metaschema/model/xml/METASCHEMADocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'METASCHEMADocument' must contain no more than '5' consecutive capital letters. | 17 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'getMETASCHEMA' must contain no more than '5' consecutive capital letters. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'setMETASCHEMA' must contain no more than '5' consecutive capital letters. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'metaschema'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'addNewMETASCHEMA' must contain no more than '5' consecutive capital letters. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'METASCHEMA' must contain no more than '5' consecutive capital letters. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 70 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 72 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 75 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 80 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 140 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 162 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 165 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 170 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 175 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 180 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 182 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 187 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 190 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 192 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 196 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 196 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 199 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 202 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 202 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 202 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 204 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ximportArray'. | 212 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 214 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 217 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 217 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ximport'. | 217 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 219 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 222 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 222 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 224 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 227 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 229 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 232 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 232 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 232 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 234 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 237 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 239 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 243 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 246 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 249 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 249 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 251 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 254 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 254 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 256 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 259 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyArray'. | 259 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 261 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 264 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 264 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssembly'. | 264 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 266 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 269 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 269 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 269 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 271 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 274 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 276 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 279 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 279 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 281 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 284 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 286 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 288 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 290 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 293 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 296 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 296 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 298 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 301 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 301 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 303 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 306 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldArray'. | 306 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 308 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 311 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 311 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineField'. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 316 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 316 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 318 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 321 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 323 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 326 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 326 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 326 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 328 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 331 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 333 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 337 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 337 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 340 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 343 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 343 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 345 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 348 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 350 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 353 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagArray'. | 353 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 358 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 358 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 358 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlag'. | 358 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 360 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 363 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 363 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 363 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 365 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 368 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 370 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 373 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 373 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 375 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 378 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 380 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 384 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 384 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 387 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 390 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 390 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 390 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 392 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 395 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 395 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 397 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 400 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'augmentArray'. | 400 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 402 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 405 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 405 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 405 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'augment'. | 405 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 407 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 410 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 410 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 410 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 412 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 415 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 417 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 420 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 420 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 422 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 425 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 427 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 430 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 432 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 435 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'root'. | 435 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 437 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'root'. | 440 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 442 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 445 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 447 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 450 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 452 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 455 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 455 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 457 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 460 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 460 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 462 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 465 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 467 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 470 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 477 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 478 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 478 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 479 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 480 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 482 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 485 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 487 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 491 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 491 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 494 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 497 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 497 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 497 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 499 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 502 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 502 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 504 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 507 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelExtensionArray'. | 507 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 509 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 512 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 512 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 512 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelExtension'. | 512 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 514 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 517 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 517 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 517 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 519 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 522 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 524 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 527 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 527 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 527 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 534 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 535 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 535 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 536 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 536 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 537 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 537 |
|
|
blocks | RightCurly | '}' at column 182 should be alone on a line. | 537 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 539 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 539 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 539 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 540 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 540 |
|
|
blocks | RightCurly | '}' at column 185 should be alone on a line. | 540 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 542 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 542 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 543 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 544 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 551 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 552 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 552 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 553 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 553 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 554 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 554 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 554 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 556 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 556 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 556 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 557 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 557 |
|
|
blocks | RightCurly | '}' at column 170 should be alone on a line. | 557 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 559 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 559 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 560 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 561 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 568 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 569 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 569 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 570 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 570 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 571 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 571 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 571 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 573 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 573 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 573 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 574 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 574 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 574 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 576 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 576 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 577 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 577 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 577 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 577 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 578 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 578 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 578 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 580 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 580 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 580 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 581 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 581 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 581 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 583 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 583 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 584 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 584 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 584 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 584 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 584 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 585 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 585 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 585 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 587 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 587 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 587 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 588 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 588 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 588 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 590 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 590 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 590 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 590 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 591 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 591 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 591 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 593 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 593 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 593 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 593 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 594 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 594 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 594 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 596 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 596 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 596 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 597 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 597 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 597 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 599 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 599 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 599 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 600 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 600 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 600 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 602 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 602 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 602 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 602 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 603 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 603 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 603 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 605 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 605 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 605 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 605 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 606 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 606 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 606 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 608 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 608 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 608 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 609 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 609 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 609 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 611 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 611 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 611 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 612 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 612 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 612 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 614 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 614 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 614 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 615 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 615 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 615 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 617 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 617 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 617 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 618 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 618 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 618 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 620 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 620 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 621 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 621 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 224). | 622 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 622 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 622 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 622 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 623 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 623 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 623 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 625 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 625 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 626 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 626 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 264). | 627 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 627 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 627 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 627 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 627 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 628 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 628 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 628 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 630 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 630 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 631 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 631 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 632 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 632 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 632 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 632 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 633 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 633 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 635 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 635 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 636 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 636 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 637 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 637 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 637 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 637 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 637 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 638 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 638 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 638 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 640 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 640 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 641 |
gov/nist/itl/metaschema/model/xml/MarkupContentType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 19 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 21 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 26 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 36 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 36 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 38 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 41 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 46 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'aArray'. | 46 |
|
|
naming | ParameterName | Parameter name 'aArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 51 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'a'. | 51 |
|
|
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 53 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 56 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 61 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 66 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 71 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 73 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 77 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 80 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 83 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 83 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 90 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 94 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 100 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 110 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'codeArray'. | 110 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 112 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 115 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'codeArray'. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 125 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 125 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 130 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 130 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 135 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 140 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 140 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 142 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 150 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 150 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 161 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 164 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 167 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 167 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 174 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 178 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 178 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 184 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 189 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 189 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 194 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'qArray'. | 194 |
|
|
naming | ParameterName | Parameter name 'qArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 199 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 199 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 199 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 204 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'qArray'. | 204 |
|
|
naming | ParameterName | Parameter name 'qArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 209 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 209 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 209 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 214 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 214 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 214 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 219 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 219 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 224 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 224 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 226 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 229 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 234 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 234 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 234 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 236 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 239 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 241 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 245 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 248 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 251 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 251 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 251 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 256 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 258 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 262 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 262 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 265 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 268 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 268 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 270 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 273 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 273 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 275 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'emArray'. | 278 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 280 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 283 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 283 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 283 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 283 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 285 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 288 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'emArray'. | 288 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 290 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 293 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 293 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 293 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 298 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 298 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 298 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 298 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 300 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 303 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 303 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 305 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 308 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 308 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 308 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 310 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 313 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 315 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 318 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 318 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 318 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 320 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 323 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 325 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 329 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 329 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 332 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 335 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 335 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 337 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 340 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 342 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 346 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 346 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 349 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 352 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 352 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 352 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 354 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 357 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 357 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 359 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 362 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strongArray'. | 362 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 364 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 367 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 367 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 367 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 367 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 369 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 372 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strongArray'. | 372 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 374 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 377 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 377 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 377 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 377 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 379 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 382 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 382 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 382 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 382 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 384 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 387 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 387 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 389 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 392 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 392 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 392 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 394 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 397 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 399 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 402 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 402 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 402 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 409 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 410 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 411 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 411 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 412 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 412 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 412 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 414 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 414 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 414 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 415 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 415 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 415 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 417 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 417 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 418 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 418 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 418 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 418 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 419 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 419 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 419 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 421 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 421 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 422 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 422 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 422 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 424 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 424 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 425 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 425 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 425 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 425 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 425 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 426 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 426 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 426 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 428 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 428 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 428 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 429 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 429 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 429 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 431 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 431 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 431 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 431 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 432 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 432 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 432 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 434 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 434 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 434 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 435 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 435 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 435 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 437 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 437 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 437 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 438 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 438 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 438 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 440 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 440 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 441 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 441 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 441 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 443 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 443 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 443 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 443 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 444 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 444 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 444 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 446 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 446 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 446 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 446 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 447 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 447 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 447 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 449 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 449 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 449 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 450 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 450 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 450 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 452 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 452 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 452 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 453 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 453 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 453 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 455 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 455 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 455 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 456 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 456 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 456 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 458 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 458 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 458 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 459 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 459 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 459 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 461 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 461 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 462 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 462 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 223). | 463 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 463 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 463 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 463 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 464 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 464 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 464 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 466 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 466 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 467 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 467 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 263). | 468 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 468 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 468 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 468 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 468 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 469 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 469 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 469 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 471 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 471 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 472 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 472 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 473 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 473 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 473 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 473 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 474 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 474 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 476 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 476 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 477 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 477 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 478 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 478 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 478 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 478 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 478 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 479 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 479 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 479 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 481 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 481 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 482 |
gov/nist/itl/metaschema/model/xml/ModelExtensionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 222). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelExtension'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 45 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 48 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 52 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 55 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 59 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 62 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 65 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 68 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 71 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 74 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 77 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 80 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 83 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 86 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 89 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 92 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 228). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 97 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 268). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 102 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/NamespaceDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 50 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 53 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 57 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 60 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 64 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 67 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 70 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 73 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 76 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 79 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 82 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 85 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 88 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 91 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 94 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 97 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 223). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 102 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 263). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 107 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/NaturalNumberOrUnbounded.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 22 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 22 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 23 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 25 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 25 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'val'. | 27 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 28 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
|
|
whitespace | EmptyLineSeparator | 'VARIABLE_DEF' should be separated from previous statement. | 29 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 231). | 30 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 38 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 38 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 39 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 40 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 70 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 70 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 70 |
|
|
blocks | RightCurly | '}' at column 52 should be alone on a line. | 70 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 75 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 75 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 75 |
|
|
blocks | RightCurly | '}' at column 49 should be alone on a line. | 75 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 77 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 16, expected level should be 6. | 78 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 78 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 78 |
|
|
blocks | RightCurly | '}' at column 32 should be alone on a line. | 78 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 80 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 82 |
|
|
indentation | Indentation | '(' has incorrect indentation level 12, expected level should be 16. | 84 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 84 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 52 should have line break after. | 91 |
|
|
blocks | RightCurly | '}' at column 81 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 100 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 101 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 101 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 102 |
|
|
blocks | RightCurly | '}' at column 112 should be alone on a line. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 104 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 105 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 105 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 107 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 108 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 108 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 110 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 110 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 112 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 119 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 121 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 122 |
|
|
blocks | RightCurly | '}' at column 101 should be alone on a line. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 124 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 125 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 125 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 127 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 127 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 128 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 128 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 130 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 130 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 131 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 132 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 134 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 135 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 135 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 137 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 138 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 138 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 138 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 139 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 139 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 141 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 141 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 142 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 142 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 144 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 144 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 145 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 145 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 145 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 147 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 147 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 148 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 148 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 148 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 173). | 150 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 150 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 151 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 151 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 213). | 153 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 154 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 154 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 156 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 156 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 156 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 157 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 159 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 159 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 160 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 160 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 160 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 162 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 162 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 163 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 163 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 163 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 165 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 165 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 166 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 166 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 168 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 169 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 169 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 169 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 171 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 171 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 172 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 172 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 172 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 174 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 175 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 230). | 176 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 176 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 176 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 176 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 177 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 177 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 177 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 179 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 270). | 181 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 181 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 181 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 181 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 181 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 182 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 182 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 182 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 184 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 185 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 186 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 186 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 186 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 186 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 187 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 187 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 189 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 190 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 191 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 191 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 191 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 191 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 191 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 192 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 192 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 194 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 194 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 195 |
gov/nist/itl/metaschema/model/xml/PDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'p'. | 30 |
|
|
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 45 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 45 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 48 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 48 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 50 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 51 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 52 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 183). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 55 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 55 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 57 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 58 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 58 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 59 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 61 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 62 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 65 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 65 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 65 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 68 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 71 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 71 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 73 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 73 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 74 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 74 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 77 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 77 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 79 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 79 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 80 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 80 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 80 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 82 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 83 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 85 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 85 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 86 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 86 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 88 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 89 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 91 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 91 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 92 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 92 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 94 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 96 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 96 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 97 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 255). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 102 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 112 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 |
gov/nist/itl/metaschema/model/xml/QDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 35 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 40 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 50 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 53 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 57 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 183). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 60 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 64 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 193). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 67 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 70 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 73 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 76 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 79 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 82 |
|
|
blocks | RightCurly | '}' at column 140 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 85 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 88 |
|
|
blocks | RightCurly | '}' at column 141 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 91 |
|
|
blocks | RightCurly | '}' at column 144 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 94 |
|
|
blocks | RightCurly | '}' at column 143 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 97 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 102 |
|
|
blocks | RightCurly | '}' at column 142 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 255). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 107 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/RemarksDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 59 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 62 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 62 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 67 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 69 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'pArray'. | 72 |
|
|
naming | ParameterName | Parameter name 'pArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 77 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'p'. | 77 |
|
|
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 82 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 82 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 84 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 87 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 92 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 99 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 102 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 107 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'class1'. | 112 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 117 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'class1'. | 117 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 124 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 127 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 129 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 132 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 137 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 142 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 159 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 160 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 161 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 162 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 162 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 164 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 164 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 165 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 165 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 165 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 167 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 167 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 169 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 176 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 177 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 178 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 178 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 179 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 179 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 181 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 181 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 181 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 182 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 182 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 182 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 184 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 185 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 185 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 185 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 186 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 186 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 188 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 188 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 189 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 189 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 189 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 191 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 192 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 192 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 192 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 193 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 195 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 196 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 196 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 198 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 199 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 199 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 199 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 201 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 201 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 202 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 202 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 204 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 204 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 205 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 205 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 205 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 207 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 207 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 208 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 208 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 208 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 210 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 210 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 210 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 211 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 211 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 213 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 213 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 214 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 214 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 214 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 216 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 216 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 216 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 217 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 217 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 217 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 219 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 219 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 220 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 220 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 220 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 222 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 222 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 222 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 223 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 223 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 223 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 225 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 225 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 226 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 226 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 226 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 228 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 228 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 229 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 229 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 230 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 230 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 230 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 230 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 231 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 231 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 231 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 233 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 233 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 234 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 234 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 261). | 235 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 235 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 235 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 235 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 235 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 236 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 236 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 236 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 238 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 238 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 239 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 239 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 240 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 240 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 240 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 240 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 241 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 241 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 243 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 243 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 244 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 244 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 245 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 245 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 245 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 245 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 245 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 246 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 246 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 246 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 248 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 248 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 249 |
gov/nist/itl/metaschema/model/xml/SchemaNameDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 50 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 53 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 57 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 60 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 64 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 67 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 70 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 73 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 76 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 79 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 82 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 85 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 88 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 91 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 94 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 97 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 224). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 102 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 264). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 107 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/SchemaVersionDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 50 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 53 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 57 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 60 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 64 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 67 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 70 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 73 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 76 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 79 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 82 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 85 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 88 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 91 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 94 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 97 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 227). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 102 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 267). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 107 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/ShortNameDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 50 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 53 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 57 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 60 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 64 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 67 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 70 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 73 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 76 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 79 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 82 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 85 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 88 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 91 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 94 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 97 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 223). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 102 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 263). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 107 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/SimpleDatatypes.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 213). | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 33 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 37 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 39 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 46 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 51 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 55 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 56 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 60 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 77 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 83 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 83 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 83 |
|
|
blocks | RightCurly | '}' at column 48 should be alone on a line. | 83 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 88 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 88 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 88 |
|
|
blocks | RightCurly | '}' at column 45 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 4. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 91 |
|
|
blocks | RightCurly | '}' at column 28 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 98 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 102 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 108 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 109 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
indentation | Indentation | '(' has incorrect indentation level 8, expected level should be 12. | 114 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 114 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
blocks | LeftCurly | '{' at column 48 should have line break after. | 138 |
|
|
blocks | RightCurly | '}' at column 77 should be alone on a line. | 138 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 146 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 147 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 148 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 149 |
|
|
blocks | RightCurly | '}' at column 92 should be alone on a line. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 151 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 152 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 152 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 154 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 154 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 155 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 155 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 155 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 157 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 158 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 158 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 158 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 159 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 159 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 189). | 161 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 161 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 162 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 162 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 162 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 164 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 164 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 165 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 165 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 165 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 165 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 166 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 166 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 168 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 168 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 169 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 169 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 169 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 171 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 171 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 172 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 172 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 172 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 174 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 174 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 174 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 175 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 175 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 175 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 177 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 177 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 178 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 178 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 178 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 180 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 180 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 181 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 181 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 183 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 183 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 184 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 184 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 186 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 186 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 186 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 187 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 187 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 189 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 189 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 189 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 190 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 190 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 190 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 192 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 192 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 193 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 195 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 196 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 196 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 198 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 198 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 199 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 199 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 199 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 201 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 203 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 203 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 203 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 203 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 204 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 204 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 206 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 207 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 261). | 208 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 208 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 208 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 208 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 208 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 209 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 209 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 209 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 211 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 212 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 213 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 213 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 213 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 213 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 214 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 214 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 216 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 217 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 217 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 218 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 218 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 218 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 218 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 218 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 219 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 219 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 221 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 222 |
gov/nist/itl/metaschema/model/xml/StrongDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 35 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 40 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 40 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 47 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 50 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 50 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 53 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 53 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 53 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 55 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 56 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 56 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 57 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 60 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 60 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 62 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 62 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 63 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 64 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 67 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 70 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 73 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 76 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 79 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 79 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 82 |
|
|
blocks | RightCurly | '}' at column 145 should be alone on a line. | 82 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 85 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 88 |
|
|
blocks | RightCurly | '}' at column 146 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 91 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 93 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 94 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 94 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 96 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 96 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 97 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 97 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 99 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 101 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 102 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 102 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 104 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 260). | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 106 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 106 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 106 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 107 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 107 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 109 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 111 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 111 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 111 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 112 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 112 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 114 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 115 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 116 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 116 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 117 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 119 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 120 |
gov/nist/itl/metaschema/model/xml/XmlGroupBehavior.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 21 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 22 |
|
|
naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 28 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 45 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 46 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 50 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 51 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 51 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 51 |
|
|
blocks | RightCurly | '}' at column 48 should be alone on a line. | 51 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 4. | 56 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 56 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 56 |
|
|
blocks | RightCurly | '}' at column 45 should be alone on a line. | 56 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 58 |
|
|
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 4. | 59 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 59 |
|
|
blocks | LeftCurly | '{' at column 13 should have line break after. | 59 |
|
|
blocks | RightCurly | '}' at column 28 should be alone on a line. | 59 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 61 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 62 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
indentation | Indentation | '(' has incorrect indentation level 8, expected level should be 12. | 66 |
|
|
whitespace | MethodParamPad | '(' should be on the previous line. | 66 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
blocks | LeftCurly | '{' at column 48 should have line break after. | 74 |
|
|
blocks | RightCurly | '}' at column 77 should be alone on a line. | 74 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 83 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 83 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 84 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 85 |
|
|
blocks | RightCurly | '}' at column 93 should be alone on a line. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 87 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 88 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 88 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 90 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 91 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 91 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 93 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 94 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 94 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 95 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 95 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 95 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 97 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 97 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 98 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 98 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 98 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 100 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 100 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 101 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 101 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 102 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 104 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 104 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 105 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 105 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 105 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 107 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 108 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 110 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 110 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 110 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 111 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 113 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 114 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 114 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 114 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 116 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 116 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 117 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 117 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 119 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 120 |
|
|
blocks | RightCurly | '}' at column 147 should be alone on a line. | 120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 199). | 122 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 123 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 125 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 125 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 126 |
|
|
blocks | RightCurly | '}' at column 148 should be alone on a line. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 128 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 128 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 129 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 129 |
|
|
blocks | RightCurly | '}' at column 151 should be alone on a line. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 131 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 132 |
|
|
blocks | RightCurly | '}' at column 150 should be alone on a line. | 132 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 183). | 134 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 135 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 135 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 137 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 222). | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 139 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 139 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 139 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 140 |
|
|
blocks | RightCurly | '}' at column 149 should be alone on a line. | 140 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 142 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 262). | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 144 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 144 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 144 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 145 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 145 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 145 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 147 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 148 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 149 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 149 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 149 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 149 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 150 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 150 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 152 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 154 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 154 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 154 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 155 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 155 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 155 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 157 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 |
gov/nist/itl/metaschema/model/xml/binding/DefineAssemblyBindingDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 236). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyBinding'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 233). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'java'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 78 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 91 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 97 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 99 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 102 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 108 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 114 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 114 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 119 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 124 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 129 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 129 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 129 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 134 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 134 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 139 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 139 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 144 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 144 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 149 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 149 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 154 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 156 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 159 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 164 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 164 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 169 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 171 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 174 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 176 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 179 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 179 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 184 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 189 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 189 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 194 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 199 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 201 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 204 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 214 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 219 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 232 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 233 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 233 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 233 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 234 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 234 |
|
|
blocks | RightCurly | '}' at column 206 should be alone on a line. | 234 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 236 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 236 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 236 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 237 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 237 |
|
|
blocks | RightCurly | '}' at column 209 should be alone on a line. | 237 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 239 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 239 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 240 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 241 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 248 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 250 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 250 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 251 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 251 |
|
|
blocks | RightCurly | '}' at column 197 should be alone on a line. | 251 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 253 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 173). | 253 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 254 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 254 |
|
|
blocks | RightCurly | '}' at column 200 should be alone on a line. | 254 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 256 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 256 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 257 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 265 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 266 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 266 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 267 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 268 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 268 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 270 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 270 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 270 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 271 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 271 |
|
|
blocks | RightCurly | '}' at column 174 should be alone on a line. | 271 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 273 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 273 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 274 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 274 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 274 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 274 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 275 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 275 |
|
|
blocks | RightCurly | '}' at column 178 should be alone on a line. | 275 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 277 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 277 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 278 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 278 |
|
|
blocks | RightCurly | '}' at column 181 should be alone on a line. | 278 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 280 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 280 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 281 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 281 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 281 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 281 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 282 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 282 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 284 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 221). | 284 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 284 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 285 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 285 |
|
|
blocks | RightCurly | '}' at column 174 should be alone on a line. | 285 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 287 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 287 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 287 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 288 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 288 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 288 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 290 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 290 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 291 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 291 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 291 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 293 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 293 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 293 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 294 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 294 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 294 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 296 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 226). | 296 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 296 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 297 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 297 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 297 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 299 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 299 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 300 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 300 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 300 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 220). | 302 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 302 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 303 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 303 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 303 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 305 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 305 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 305 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 306 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 306 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 306 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 308 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 308 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 308 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 309 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 309 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 309 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 311 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 311 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 312 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 312 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 312 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 314 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 314 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 314 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 315 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 315 |
|
|
blocks | RightCurly | '}' at column 174 should be alone on a line. | 315 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 317 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 317 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 318 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 318 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 243). | 319 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 319 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 319 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 319 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 320 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 320 |
|
|
blocks | RightCurly | '}' at column 170 should be alone on a line. | 320 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 322 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 322 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 323 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 323 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 283). | 324 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 324 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 324 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 324 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 324 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 325 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 173). | 325 |
|
|
blocks | RightCurly | '}' at column 173 should be alone on a line. | 325 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 327 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 327 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 328 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 328 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 329 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 329 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 329 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 329 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 330 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 330 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 332 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 332 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 333 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 333 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 334 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 334 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 334 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 334 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 334 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 335 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 335 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 335 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 337 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 337 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 338 |
gov/nist/itl/metaschema/model/xml/binding/DefineFieldBindingDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 230). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldBinding'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 227). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'java'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 78 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 91 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 97 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 99 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 102 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 104 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 108 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 114 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 114 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 119 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 124 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 126 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 129 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 129 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 129 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 134 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 134 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 139 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 139 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 144 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 144 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 149 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 149 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 154 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 156 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 159 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 164 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 164 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 169 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 171 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 174 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 176 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 179 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 179 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 184 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 189 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 189 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 194 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 199 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 201 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 204 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 214 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 219 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 232 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 233 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 233 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 233 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 234 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 234 |
|
|
blocks | RightCurly | '}' at column 200 should be alone on a line. | 234 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 236 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 236 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 236 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 237 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 237 |
|
|
blocks | RightCurly | '}' at column 203 should be alone on a line. | 237 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 239 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 239 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 240 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 241 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 248 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 250 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 250 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 251 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 251 |
|
|
blocks | RightCurly | '}' at column 191 should be alone on a line. | 251 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 253 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 253 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 253 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 254 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 254 |
|
|
blocks | RightCurly | '}' at column 194 should be alone on a line. | 254 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 256 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 256 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 257 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 265 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 266 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 266 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 267 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 268 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 268 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 270 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 270 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 270 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 271 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 271 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 271 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 273 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 273 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 274 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 274 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 274 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 274 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 275 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 275 |
|
|
blocks | RightCurly | '}' at column 175 should be alone on a line. | 275 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 277 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 277 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 278 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 278 |
|
|
blocks | RightCurly | '}' at column 178 should be alone on a line. | 278 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 280 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 280 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 281 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 281 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 281 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 281 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 282 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 282 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 284 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 284 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 284 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 285 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 285 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 285 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 287 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 287 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 287 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 288 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 288 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 288 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 290 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 290 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 291 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 291 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 291 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 293 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 183). | 293 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 293 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 294 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 294 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 294 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 296 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 223). | 296 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 296 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 297 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 297 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 297 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 177). | 299 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 299 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 300 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 300 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 300 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 302 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 302 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 302 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 303 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 303 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 303 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 305 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 305 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 305 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 306 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 306 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 306 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 308 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 308 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 308 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 309 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 309 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 309 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 311 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 311 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 312 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 312 |
|
|
blocks | RightCurly | '}' at column 168 should be alone on a line. | 312 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 314 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 201). | 314 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 314 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 315 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 315 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 315 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 317 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 317 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 318 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 318 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 240). | 319 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 319 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 319 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 319 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 320 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 320 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 320 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 322 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 322 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 323 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 323 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 280). | 324 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 324 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 324 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 324 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 324 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 325 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 325 |
|
|
blocks | RightCurly | '}' at column 170 should be alone on a line. | 325 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 327 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 327 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 328 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 328 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 329 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 329 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 329 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 329 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 330 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 330 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 332 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 332 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 333 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 333 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 334 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 334 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 334 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 334 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 334 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 335 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 335 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 335 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 337 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 337 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 338 |
gov/nist/itl/metaschema/model/xml/binding/JavaClassName.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 19 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 28 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 29 |
|
|
blocks | RightCurly | '}' at column 98 should be alone on a line. | 29 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 31 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 32 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 32 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 34 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 35 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 35 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 35 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 37 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 38 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 38 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 38 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 39 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 39 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 39 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 41 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 41 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 42 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 42 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 42 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 44 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 45 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 45 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 45 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 46 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 46 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 205). | 48 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 49 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 49 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 51 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 52 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 55 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 57 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 58 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 58 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 60 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 61 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 61 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 63 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 64 |
|
|
blocks | RightCurly | '}' at column 152 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 67 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 70 |
|
|
blocks | RightCurly | '}' at column 153 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 73 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 76 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 79 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 79 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 81 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 81 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 227). | 83 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 83 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 83 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 83 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 84 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 84 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 86 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 267). | 88 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 88 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 88 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 88 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 89 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 89 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 91 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 93 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 93 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 93 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 94 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 96 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 98 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 98 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 98 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 99 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 99 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 101 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
gov/nist/itl/metaschema/model/xml/binding/JavaPackageName.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 213). | 19 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 28 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 29 |
|
|
blocks | RightCurly | '}' at column 100 should be alone on a line. | 29 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 31 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 32 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 32 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 34 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 35 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 35 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 35 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 37 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 38 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 38 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 38 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 39 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 39 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 39 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 41 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 41 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 42 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 42 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 42 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 44 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 45 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 45 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 45 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 46 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 46 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 207). | 48 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 49 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 49 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 51 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 52 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 55 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 57 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 58 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 58 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 60 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 61 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 61 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 63 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 64 |
|
|
blocks | RightCurly | '}' at column 154 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 67 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 70 |
|
|
blocks | RightCurly | '}' at column 155 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 73 |
|
|
blocks | RightCurly | '}' at column 158 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 76 |
|
|
blocks | RightCurly | '}' at column 157 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 79 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 79 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 81 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 81 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 229). | 83 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 83 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 83 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 83 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 84 |
|
|
blocks | RightCurly | '}' at column 156 should be alone on a line. | 84 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 86 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 269). | 88 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 88 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 88 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 88 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 89 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 89 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 91 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 93 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 93 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 93 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 94 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 96 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 98 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 98 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 98 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 99 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 99 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 101 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
gov/nist/itl/metaschema/model/xml/binding/JavaQualifiedClassName.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 227). | 19 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 28 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 28 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 29 |
|
|
blocks | RightCurly | '}' at column 107 should be alone on a line. | 29 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 31 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 31 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 32 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 32 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 34 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 35 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 35 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 35 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 37 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 37 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 38 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 38 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 38 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 39 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 39 |
|
|
blocks | RightCurly | '}' at column 171 should be alone on a line. | 39 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 41 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 41 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 42 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 42 |
|
|
blocks | RightCurly | '}' at column 174 should be alone on a line. | 42 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 44 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 44 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 45 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 45 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 45 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 45 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 45 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 46 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 46 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 48 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 214). | 48 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 49 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 49 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 51 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 52 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 52 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 54 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 55 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 55 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 55 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 179). | 57 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 57 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 58 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 58 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 58 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 219). | 60 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 61 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 61 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 61 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 173). | 63 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 64 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 64 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 213). | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 67 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 67 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 69 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 69 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 69 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 70 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 70 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 70 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 72 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 73 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 73 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 73 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 75 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 75 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 76 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 76 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 76 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 197). | 78 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 78 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 79 |
|
|
blocks | RightCurly | '}' at column 167 should be alone on a line. | 79 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 81 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 81 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 82 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 236). | 83 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 83 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 83 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 83 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 84 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 84 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 84 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 86 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 86 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 87 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 276). | 88 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 88 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 88 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 88 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 88 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 89 |
|
|
blocks | RightCurly | '}' at column 166 should be alone on a line. | 89 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 91 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 92 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 93 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 93 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 93 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 93 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 94 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 94 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 96 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 96 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 97 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 98 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 98 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 98 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 98 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 99 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 99 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 99 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 101 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 |
gov/nist/itl/metaschema/model/xml/binding/ModelBindingDocument.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 18 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 218). | 20 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 22 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 27 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 30 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelBinding'. | 30 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 4, expected level should be 2. | 42 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 4, expected level should be 2. | 43 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 215). | 45 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 50 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 55 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 57 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'java'. | 60 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 62 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 65 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 67 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
indentation | Indentation | 'interface def modifier' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
indentation | Indentation | 'interface def lcurly' has incorrect indentation level 8, expected level should be 4. | 78 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 78 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 79 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 80 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 82 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 92 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 95 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'packageName'. | 100 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 102 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 105 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'packageName'. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 110 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 117 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 118 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 118 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 119 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 119 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 120 |
|
|
blocks | RightCurly | '}' at column 188 should be alone on a line. | 120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 122 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 122 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 122 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be 10. | 123 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 191). | 123 |
|
|
blocks | RightCurly | '}' at column 191 should be alone on a line. | 123 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 16, expected level should be 8. | 125 |
|
|
blocks | RightCurly | '}' at column 37 should be alone on a line. | 125 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 136 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 136 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 137 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 179). | 137 |
|
|
blocks | RightCurly | '}' at column 179 should be alone on a line. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 139 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 139 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be 8. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 140 |
|
|
blocks | RightCurly | '}' at column 182 should be alone on a line. | 140 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
blocks | RightCurly | '}' at column 33 should be alone on a line. | 142 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
indentation | Indentation | 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. | 144 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 151 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 152 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 153 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 154 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 154 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 154 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 156 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 156 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 156 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 157 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 157 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 157 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 159 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 160 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 160 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 160 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 161 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 161 |
|
|
blocks | RightCurly | '}' at column 169 should be alone on a line. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 163 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 163 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 164 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 164 |
|
|
blocks | RightCurly | '}' at column 172 should be alone on a line. | 164 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 166 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 167 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 167 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 167 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 167 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 168 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 168 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 168 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 170 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 170 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 171 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 171 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 171 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 173 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 173 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 173 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 174 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 174 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 176 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 176 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 176 |
|
|
naming | ParameterName | Parameter name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 177 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 177 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 177). | 179 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 179 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 180 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 180 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 182 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 217). | 182 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 182 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 183 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 183 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 183 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 171). | 185 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 185 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 186 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 186 |
|
|
blocks | RightCurly | '}' at column 159 should be alone on a line. | 186 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 211). | 188 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 188 |
|
|
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 189 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 189 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 191 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 191 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 192 |
|
|
blocks | RightCurly | '}' at column 160 should be alone on a line. | 192 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 194 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 209). | 194 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 194 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 195 |
|
|
blocks | RightCurly | '}' at column 163 should be alone on a line. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 197 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 197 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 198 |
|
|
blocks | RightCurly | '}' at column 162 should be alone on a line. | 198 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 195). | 200 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 200 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 201 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 201 |
|
|
blocks | RightCurly | '}' at column 165 should be alone on a line. | 201 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 203 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 203 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 204 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 234). | 205 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 205 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 205 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 205 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 206 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 206 |
|
|
blocks | RightCurly | '}' at column 161 should be alone on a line. | 206 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 208 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 208 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 209 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 274). | 210 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 210 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 210 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 210 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 210 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 211 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 211 |
|
|
blocks | RightCurly | '}' at column 164 should be alone on a line. | 211 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 213 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 213 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 214 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 214 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 239). | 215 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 215 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 215 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 215 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 216 |
|
|
blocks | RightCurly | '}' at column 118 should be alone on a line. | 216 |
|
|
javadoc | SingleLineJavadoc | Single-line Javadoc comment should be multi-line. | 218 |
|
|
javadoc | SummaryJavadoc | Summary javadoc is missing. | 218 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 219 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 279). | 220 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xis'. | 220 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'options'. | 220 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.XmlException'. | 220 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'org.apache.xmlbeans.xml.stream.XMLStreamException'. | 220 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 6. | 221 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 221 |
|
|
blocks | RightCurly | '}' at column 121 should be alone on a line. | 221 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 223 |
|
|
blocks | RightCurly | '}' at column 29 should be alone on a line. | 223 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 224 |
gov/nist/itl/metaschema/model/xml/binding/impl/DefineAssemblyBindingDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 212). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyBinding'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 219). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 112 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 118 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'java'. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 120 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 126 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 126 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 128 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 129 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 129 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 131 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 132 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 133 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 143 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 153 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 208). | 153 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 154 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 155 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 158 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 158 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 166 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 173 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 173 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 174 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 175 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 176 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 177 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 179 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 179 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 179 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 181 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 183 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 184 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 185 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 186 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 189 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 191 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 191 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 191 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 193 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 195 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 196 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 198 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 199 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 201 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 203 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 203 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 203 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 203 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 207 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 208 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 208 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 209 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 210 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 211 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 212 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 214 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 218 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 218 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 220 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 220 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 221 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 223 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 224 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 224 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 225 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 226 |
|
|
blocks | NeedBraces | 'for' construct must use '{}'s. | 227 |
|
|
indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 227 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 229 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 230 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 233 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 236 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 236 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 237 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 238 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 239 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 240 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 241 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 242 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 243 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 244 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 244 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 245 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 245 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 246 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 247 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 248 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 249 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 251 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 254 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 254 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 255 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 256 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 256 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 257 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 258 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 260 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 260 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 260 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 260 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 262 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 263 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 264 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 264 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 265 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 265 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 266 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 267 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 270 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 272 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 272 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 272 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 272 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 274 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 275 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 276 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 276 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 277 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 277 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 278 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 279 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 280 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 282 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 284 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 284 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 284 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 284 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 286 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 288 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 289 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 290 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 291 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 293 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 299 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 299 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 301 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 301 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 302 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 303 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 303 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 305 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 305 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 306 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 307 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 307 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 309 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 310 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 316 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 316 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 317 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 317 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 318 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 319 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 319 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 320 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 321 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 322 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 322 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 323 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 324 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 324 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 325 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 325 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 327 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 329 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 331 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 334 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 335 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 335 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 336 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 337 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 337 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 338 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 339 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 340 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 341 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 346 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 346 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 347 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 347 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 348 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 349 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 350 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 351 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 353 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 358 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 358 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 358 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 358 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 359 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 359 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 360 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 361 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 362 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 364 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 365 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 366 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 366 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 367 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 367 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 369 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 371 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 376 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 376 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 376 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 377 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 377 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 378 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 379 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 380 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 381 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 383 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 385 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 388 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 388 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 388 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 389 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 389 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 390 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 391 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 391 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 392 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 393 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 394 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 394 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 395 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 396 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 396 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 397 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 397 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 399 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 401 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 403 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 406 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 406 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 406 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 406 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 407 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 407 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 408 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 409 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 410 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 411 |
|
|
indentation | Indentation | '(' has incorrect indentation level 22, expected level should be 24. | 412 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 413 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 415 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 417 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 420 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 420 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 421 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 421 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 422 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 423 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 423 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 424 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 425 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 426 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 427 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 428 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 431 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 434 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 434 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 434 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 435 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 435 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 436 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 437 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 437 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 438 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 439 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 440 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 441 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 442 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 443 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 445 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 448 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 448 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 449 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 449 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 450 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 451 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 451 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 452 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 453 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 454 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 454 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 455 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 456 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 457 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 459 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 462 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 462 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 462 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 463 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 463 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 464 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 465 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 465 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 466 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 467 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 468 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 469 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 471 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 474 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 475 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 475 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 477 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 478 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 479 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 480 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 481 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 482 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 482 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 483 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 484 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 485 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 486 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 487 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 489 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 492 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 492 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 493 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 493 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 494 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 495 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 495 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 496 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 497 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 498 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 498 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 499 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 500 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 501 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 503 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 506 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 506 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 507 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 507 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 508 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 509 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 509 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 510 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 511 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 512 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 513 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 515 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 518 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 518 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 519 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 519 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 520 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 521 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 521 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 522 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 523 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 524 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 525 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 526 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 526 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 527 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 528 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 529 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 530 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 531 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 533 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 536 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 536 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 537 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 537 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 538 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 539 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 539 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 540 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 541 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 542 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 542 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 543 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 544 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 544 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 545 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 545 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 546 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 547 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 548 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 549 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 551 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 554 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 555 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 555 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 556 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 557 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 557 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 558 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 559 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 560 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 561 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 563 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 566 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 566 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 567 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 567 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 568 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 569 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 569 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 570 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 571 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 572 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 573 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 574 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 574 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 575 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 576 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 577 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 578 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 579 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 581 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 584 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 584 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 585 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 585 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 586 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 587 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 587 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 588 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 589 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 590 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 590 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 591 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 592 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 593 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 595 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 598 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 598 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 599 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 599 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 600 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 601 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 601 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 602 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 603 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 604 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 605 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 607 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 610 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 610 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 611 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 611 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 612 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 613 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 613 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 614 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 615 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 616 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 617 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 618 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 618 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 619 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 620 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 621 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 622 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 623 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 625 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 628 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 628 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 628 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 629 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 629 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 630 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 631 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 631 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 632 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 633 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 634 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 634 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 635 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 636 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 636 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 637 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 637 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 638 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 639 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 640 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 641 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 643 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 646 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 647 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 647 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 648 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 649 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 649 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 650 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 651 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 652 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 653 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 654 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 655 |
gov/nist/itl/metaschema/model/xml/binding/impl/DefineFieldBindingDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 203). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldBinding'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 210). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 112 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 118 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'java'. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 120 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 126 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 128 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 129 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 129 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 131 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 132 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 133 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 143 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 153 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 202). | 153 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 154 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 155 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 158 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 158 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 166 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 173 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 173 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 174 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 175 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 176 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 177 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 178 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 179 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 179 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 179 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 181 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 183 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 184 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 185 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 186 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 189 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 191 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 191 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 191 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 193 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 194 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 195 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 196 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 198 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 199 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 201 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 203 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 203 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 203 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 203 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 207 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 208 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 208 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 209 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 210 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 211 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 212 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 214 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 218 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 218 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 220 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 220 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 221 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 223 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 224 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 224 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 225 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 226 |
|
|
blocks | NeedBraces | 'for' construct must use '{}'s. | 227 |
|
|
indentation | Indentation | 'for' has incorrect indentation level 20, expected level should be 10. | 227 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 229 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 230 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 233 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 236 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 236 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 237 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 238 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 239 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 240 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 241 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 242 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 243 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 244 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 244 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 245 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 245 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 246 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 247 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 248 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 249 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 251 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 254 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 254 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 255 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 256 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 256 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 257 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 258 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 260 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 260 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 260 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 260 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 262 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 263 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 263 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 264 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 264 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 265 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 265 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 266 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 267 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 270 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 272 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 272 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 272 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 272 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 274 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 275 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 276 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 276 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 277 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 277 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 278 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 279 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 280 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 282 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 284 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 284 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 284 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 284 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 286 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 288 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 289 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 290 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 291 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 293 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 299 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 299 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 301 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 301 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 302 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 303 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 303 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 305 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 206). | 305 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 306 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 307 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 307 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 309 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 310 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 316 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 316 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 317 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 317 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 318 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 319 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 319 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 320 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 321 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 322 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 322 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 323 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 324 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 324 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 325 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 325 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 327 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 329 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 331 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 334 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 335 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 335 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 336 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 337 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 337 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 338 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 339 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 340 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 341 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 346 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 346 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 347 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 347 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 348 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 349 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 350 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 351 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 353 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 358 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 358 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 358 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 358 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 359 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 359 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 360 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 361 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 362 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 364 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 365 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 366 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 366 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 367 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 367 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 369 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 371 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 376 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 376 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceNameArray'. | 376 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 377 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 377 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 378 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 379 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 380 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 381 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 383 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 385 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 388 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 388 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 388 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 389 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 389 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 390 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 391 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 391 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 392 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 393 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 394 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 394 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 395 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 396 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 396 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 397 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 397 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 399 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 401 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 403 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 406 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 406 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 406 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 406 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 407 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 407 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 408 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 409 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 410 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 411 |
|
|
indentation | Indentation | '(' has incorrect indentation level 22, expected level should be 24. | 412 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 413 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 415 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 417 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 420 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'interfaceName'. | 420 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 421 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 421 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 422 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 423 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 423 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 424 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 425 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 426 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 427 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 428 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 431 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 434 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 434 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 434 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 435 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 435 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 436 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 437 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 437 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 438 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 439 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 440 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 441 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 442 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 443 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 445 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 448 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 448 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 449 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 449 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 450 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 451 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 451 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 452 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 453 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 454 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 454 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 455 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 456 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 457 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 459 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 462 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 462 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 462 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 463 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 463 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 464 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 465 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 465 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 466 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 467 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 468 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 469 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 471 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 474 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 475 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 475 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 477 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 478 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 479 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 480 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 481 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 482 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 482 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 483 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 484 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 485 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 486 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 487 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 489 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 492 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 492 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 493 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 493 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 494 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 495 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 495 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 496 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 497 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 498 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 498 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 499 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 500 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 501 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 503 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 506 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 506 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 507 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 507 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 508 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 509 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 509 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 510 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 511 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 512 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 513 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 515 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 518 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 518 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 519 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 519 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 520 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 521 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 521 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 522 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 523 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 524 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 525 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 526 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 526 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 527 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 528 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 529 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 530 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 531 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 533 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 536 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'className'. | 536 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 537 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 537 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 538 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 539 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 539 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 540 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 541 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 542 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 542 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 543 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 544 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 544 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 545 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 545 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 546 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 547 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 548 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 549 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 551 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 554 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 555 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 555 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 556 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 557 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 557 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 558 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 559 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 560 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 561 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 563 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 566 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 566 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 567 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 567 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 568 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 569 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 569 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 570 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 571 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 572 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 573 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 574 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 574 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 575 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 576 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 577 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 578 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 579 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 581 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 584 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 584 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 585 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 585 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 586 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 587 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 587 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 588 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 589 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 590 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 590 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 591 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 592 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 593 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 595 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 598 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 598 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 599 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 599 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 600 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 601 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 601 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 602 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 603 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 604 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 605 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 607 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 610 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 610 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 611 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 611 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 612 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 613 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 613 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 614 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 615 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 616 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 617 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 618 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 618 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 619 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 620 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 621 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 622 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 623 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 625 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 628 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 628 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'baseClassName'. | 628 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 629 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 629 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 630 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 631 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 631 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 632 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 633 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 634 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 634 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 635 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 636 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 636 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 637 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 637 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 638 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 639 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 640 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 641 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 643 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 646 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 647 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 647 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 648 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 649 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 649 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 650 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 651 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 652 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 653 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 654 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 655 |
gov/nist/itl/metaschema/model/xml/binding/impl/JavaClassNameImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/itl/metaschema/model/xml/binding/impl/JavaPackageNameImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/itl/metaschema/model/xml/binding/impl/JavaQualifiedClassNameImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/itl/metaschema/model/xml/binding/impl/ModelBindingDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 185). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelBinding'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 112 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'java'. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 119 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 120 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 120 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 126 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 128 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 129 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 129 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 132 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 133 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 143 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 153 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 153 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 154 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 155 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 157 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 158 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 158 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 169 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 169 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 170 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 170 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 171 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 172 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 173 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 174 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 175 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 176 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 177 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 177 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 178 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 179 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 180 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 181 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 182 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 187 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 187 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 188 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 188 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 189 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 190 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 190 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 191 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 192 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 193 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 194 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 195 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 196 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 198 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 201 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 202 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 202 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 203 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 205 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 206 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 207 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 208 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 210 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 213 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'packageName'. | 213 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 214 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 215 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 216 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 217 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 218 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 219 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 220 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 221 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 221 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 222 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 223 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 224 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 225 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 226 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 228 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'packageName'. | 231 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 232 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 233 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 235 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 237 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 237 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 238 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 239 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 239 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 240 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 240 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 241 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 242 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 243 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 246 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 249 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 250 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 251 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 252 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 252 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 253 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 254 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 255 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 256 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 257 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 258 |
gov/nist/itl/metaschema/model/xml/impl/ADocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'a'. | 49 |
|
|
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 112 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 119 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 120 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 121 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 122 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 123 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 124 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 125 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 126 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 126 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 127 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 130 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 136 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 144 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 151 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 152 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 153 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 153 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 154 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 155 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 158 |
gov/nist/itl/metaschema/model/xml/impl/AllowedValuesDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/AllowedValuesTypeImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 29 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 32 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 33 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 33 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 35 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 35 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 38 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 38 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 38 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 38 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 41 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 42 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 43 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 44 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 45 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 48 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 50 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 50 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 50 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 52 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 54 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 55 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 56 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 58 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 60 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 62 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 62 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 62 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 62 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 67 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 71 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 73 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 77 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 79 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 79 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 80 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 81 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 82 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 83 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 83 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 91 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 94 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 94 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 95 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 97 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 99 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 101 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 102 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 102 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 103 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 103 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 104 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 105 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 107 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 112 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 112 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 113 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 113 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 115 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 117 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 118 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 119 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xenumArray'. | 124 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 125 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 128 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 130 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 133 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 133 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xenum'. | 133 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 134 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 134 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 135 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 136 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 141 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 141 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 141 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 142 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 142 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 144 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 145 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 148 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 155 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 155 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 156 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 156 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 159 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 161 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 164 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 166 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 169 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 169 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 170 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 170 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 172 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 172 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 173 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 178 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 181 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 181 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 182 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 182 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 184 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 184 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 185 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 186 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 187 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 188 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 189 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 189 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 190 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 191 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 192 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 193 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 193 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 194 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 195 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 196 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 197 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 198 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 200 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 203 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 203 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 204 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 204 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 205 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 206 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 206 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 207 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 208 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 210 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 211 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 211 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 212 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 213 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 216 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 218 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 221 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 221 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 222 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 222 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 223 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 224 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 225 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 226 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 227 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 228 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 230 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 233 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowOther'. | 233 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 234 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 234 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 236 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 239 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 240 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 241 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 241 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 242 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 243 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 245 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 246 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 248 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 251 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowOther'. | 251 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 252 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 252 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 254 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 254 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 256 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 257 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 258 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 259 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 259 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 260 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 261 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 263 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 264 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 266 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 269 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 270 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 270 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 271 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 272 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 272 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 273 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 274 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 275 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 276 |
gov/nist/itl/metaschema/model/xml/impl/AnyDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'any'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/AssemblyDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assembly'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 99 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 102 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 102 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 103 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 104 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 105 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 105 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 106 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 107 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 108 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 108 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 109 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 110 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 111 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 113 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 120 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 123 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 123 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 124 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 125 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 132 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 133 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 134 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 140 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 143 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 146 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 147 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 148 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 157 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 163 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 166 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 166 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 167 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 168 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 169 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 169 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 170 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 171 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 172 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 173 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 174 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 174 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 175 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 177 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 178 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 184 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 184 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 185 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 186 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 187 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 187 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 188 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 189 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 190 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 196 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'groupAs'. | 196 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 197 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 198 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 198 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 204 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 204 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 205 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 205 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 206 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 207 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 207 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 208 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 209 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 210 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 210 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 211 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 212 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 215 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 219 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 220 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 221 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 221 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 223 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 227 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 230 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 231 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 233 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 233 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 235 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 236 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 237 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 238 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 238 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 239 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 240 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 241 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 242 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 245 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 248 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 248 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 251 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 251 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 252 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 253 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 255 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 260 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 261 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 261 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 262 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 263 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 265 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 268 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 268 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 269 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 270 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 271 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 271 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 272 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 273 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 274 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 275 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 276 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 282 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 283 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 283 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 285 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 285 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 286 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 287 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 289 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 291 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 294 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 294 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 295 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 295 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 296 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 297 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 297 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 298 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 299 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 300 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 300 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 301 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 302 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 302 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 303 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 305 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 307 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 309 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 312 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 312 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 313 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 313 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 314 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 315 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 315 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 316 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 317 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 318 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 319 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 321 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 324 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 324 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 325 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 326 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 326 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 327 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 329 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 332 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 332 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 333 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 333 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 335 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 335 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 336 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 337 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 338 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 338 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 339 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 340 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 341 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 343 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 346 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 347 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 347 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 348 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 349 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 350 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 351 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 352 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 353 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 358 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 358 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 359 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 359 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 360 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 361 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 362 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 364 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 364 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 365 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 366 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 366 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 367 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 369 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 370 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 371 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 376 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 376 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 377 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 377 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 378 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 379 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 380 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 381 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 382 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 383 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 385 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 388 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 388 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 389 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 389 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 390 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 390 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 391 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 393 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 396 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 397 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 397 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 398 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 399 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 402 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 402 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 403 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 404 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 405 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 407 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 410 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 411 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 411 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 412 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 413 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 413 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 415 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 416 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 417 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 419 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 422 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 422 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 423 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 423 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 424 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 425 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 425 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 426 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 427 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 428 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 429 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 430 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 430 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 431 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 434 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 435 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 437 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 440 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 441 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 442 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 443 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 443 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 444 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 445 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 446 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 447 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 448 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 449 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 451 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 454 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 454 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 455 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 455 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 456 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 457 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 457 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 458 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 459 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 460 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 461 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 462 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 462 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 463 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 464 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 465 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 466 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 467 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 469 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 472 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 472 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 473 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 473 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 475 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 478 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 479 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 480 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 480 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 481 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 482 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 483 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 484 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 485 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 487 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 490 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 490 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 491 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 491 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 492 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 493 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 493 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 494 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 495 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 496 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 497 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 498 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 498 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 499 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 500 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 501 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 502 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 502 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 503 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 504 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 505 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 506 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 507 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 509 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 512 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 512 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 513 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 513 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 514 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 515 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 515 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 516 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 517 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 518 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 519 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 520 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 520 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 521 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 522 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 523 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 524 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 525 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 527 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 530 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 530 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 531 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 531 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 532 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 533 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 533 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 534 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 535 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 536 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 537 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 539 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 542 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 542 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 543 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 543 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 544 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 545 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 545 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 546 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 547 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 548 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 549 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 550 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 550 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 551 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 552 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 553 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 554 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 555 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 557 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 560 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 560 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 561 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 561 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 562 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 563 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 563 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 564 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 565 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 566 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 567 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 568 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 568 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 569 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 570 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 571 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 572 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 573 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 575 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 578 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 579 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 579 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 580 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 581 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 581 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 582 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 583 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 584 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 585 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 587 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 590 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 590 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 591 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 591 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 592 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 593 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 593 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 594 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 595 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 596 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 597 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 598 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 598 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 599 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 600 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 601 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 602 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 602 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 603 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 604 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 605 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 606 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 607 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 609 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 612 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 612 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 613 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 613 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 614 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 615 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 615 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 616 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 617 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 618 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 618 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 619 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 620 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 620 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 621 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 621 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 622 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 623 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 624 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 625 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 627 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 630 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 630 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 631 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 631 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 632 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 633 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 633 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 634 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 635 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 636 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 637 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 639 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 642 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 642 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 643 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 643 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 644 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 645 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 645 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 646 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 647 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 648 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 649 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 650 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 650 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 651 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 652 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 653 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 654 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 655 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 657 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 660 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 660 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 661 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 661 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 662 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 663 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 663 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 664 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 665 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 666 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 666 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 667 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 668 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 668 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 669 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 669 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 670 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 671 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 672 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 673 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 675 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 678 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 679 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 679 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 680 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 681 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 681 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 682 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 683 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 684 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 685 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 691 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 691 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 186). | 691 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 692 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 692 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 693 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 695 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 695 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 695 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 696 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 696 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 697 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 698 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 700 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 704 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 707 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 707 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 708 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 708 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 709 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 709 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 710 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 710 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 711 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 712 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 713 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 713 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 713 |
|
|
blocks | RightCurly | '}' at column 84 should be alone on a line. | 713 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 715 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 716 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 716 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 716 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 717 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 717 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 718 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 718 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 719 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 720 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 721 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 723 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 724 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 724 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 725 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 725 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 725 |
|
|
blocks | RightCurly | '}' at column 85 should be alone on a line. | 725 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 727 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 728 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 729 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 729 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 730 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 730 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 731 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 732 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 733 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 735 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 737 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 737 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 737 |
|
|
blocks | RightCurly | '}' at column 86 should be alone on a line. | 737 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 739 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 741 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 742 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 742 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 743 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 744 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 745 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 746 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 748 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 752 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 752 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 754 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 754 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 755 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 756 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 756 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 757 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 758 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 758 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 759 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 760 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 760 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 761 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 762 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 763 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 764 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 766 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 769 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 769 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 769 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 769 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 770 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 770 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 771 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 772 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 772 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 773 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 774 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 775 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 775 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 776 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 777 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 777 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 778 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 778 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 779 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 780 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 781 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 782 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 784 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 787 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 787 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 788 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 788 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 789 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 790 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 790 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 791 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 792 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 793 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 794 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 799 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 799 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyExtensionArray'. | 799 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 800 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 800 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 801 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 802 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 803 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 805 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 808 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 808 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 808 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 808 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyExtension'. | 808 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 809 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 809 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 810 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 810 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 811 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 813 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 816 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 816 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 816 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 816 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 817 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 817 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 818 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 819 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 819 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 820 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 821 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 822 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 822 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 823 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 824 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 825 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 827 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 830 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 830 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 831 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 831 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 832 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 833 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 833 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 834 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 835 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 836 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 836 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 837 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 838 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 839 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 841 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 844 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 844 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 844 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 845 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 845 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 846 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 847 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 847 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 848 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 849 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 850 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 851 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 852 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 853 |
gov/nist/itl/metaschema/model/xml/impl/AssemblyExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyExtension'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/AugmentDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'augment'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 96 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 97 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 98 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 99 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 99 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 100 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 101 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 102 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 103 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 104 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 104 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 105 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 106 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 107 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 109 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 114 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 115 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 116 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 117 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 117 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 119 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 120 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 121 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 123 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 125 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 128 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 128 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 129 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 130 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 131 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 131 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 132 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 133 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 137 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 140 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 143 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 147 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 148 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 149 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 150 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 151 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 152 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 155 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 158 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 159 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 159 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 161 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 161 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 163 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 164 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 165 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 166 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 167 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 168 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 169 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 170 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 173 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 176 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 177 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 178 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 179 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 179 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 180 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 181 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 182 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 185 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 188 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 189 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 189 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 190 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 191 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 191 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 192 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 193 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 194 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 194 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 195 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 196 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 196 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 197 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 198 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 199 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 203 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 206 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 206 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 207 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 208 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 209 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 210 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 211 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 212 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 215 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 218 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 218 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 219 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 220 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 220 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 223 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 226 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 226 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 227 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 227 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 228 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 229 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 229 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 230 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 231 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 232 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 232 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 233 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 234 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 237 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 240 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 241 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 241 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 242 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 243 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 243 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 244 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 245 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 246 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 247 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 249 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 252 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 253 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 256 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 257 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 258 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 258 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 259 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 260 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 260 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 261 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 262 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 263 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 264 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 265 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 267 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 270 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 270 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 271 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 271 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 272 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 273 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 273 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 274 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 275 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 276 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 282 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 282 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 283 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 283 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 284 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 285 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 287 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 290 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 291 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 291 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 292 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 293 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 293 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 294 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 295 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 296 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 296 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 297 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 298 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 301 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 304 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 305 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 305 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 307 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 307 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 309 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 310 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 316 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 317 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 318 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 318 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 319 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 319 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 320 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 322 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 322 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 322 |
|
|
blocks | RightCurly | '}' at column 67 should be alone on a line. | 322 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 324 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 325 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 325 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 325 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 326 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 327 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 328 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 329 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 330 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 332 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 333 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 333 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 334 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 334 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 334 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 334 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 336 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 337 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 338 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 338 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 339 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 340 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 341 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 342 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 344 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 346 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 346 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 346 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 346 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 348 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 350 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 351 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 351 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 353 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 354 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 355 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 357 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 361 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 361 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 363 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 364 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 365 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 365 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 366 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 367 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 367 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 369 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 369 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 371 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 372 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 375 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 378 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 378 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 378 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 379 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 380 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 381 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 381 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 383 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 384 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 384 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 385 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 386 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 386 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 387 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 387 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 388 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 389 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 390 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 391 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 393 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 396 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 397 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 397 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 398 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 399 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 402 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 403 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 408 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 409 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 410 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 411 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 412 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 414 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 417 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 417 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 417 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 417 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 418 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 418 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 419 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 419 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 420 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 422 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 425 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 425 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 425 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 425 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 426 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 427 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 428 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 428 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 429 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 430 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 431 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 431 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 433 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 434 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 436 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 439 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 439 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 440 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 441 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 442 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 442 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 443 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 444 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 445 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 445 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 446 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 447 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 448 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 450 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 453 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 453 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 453 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 454 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 454 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 455 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 456 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 456 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 457 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 458 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 459 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 460 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 462 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 465 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 466 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 466 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 467 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 468 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 468 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 469 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 470 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 471 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 472 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 473 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 473 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 474 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 477 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 478 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 480 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 483 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 483 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 484 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 484 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 485 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 486 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 486 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 487 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 488 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 489 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 490 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 491 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 492 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 494 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 497 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 497 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 498 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 498 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 499 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 500 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 500 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 501 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 502 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 503 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 504 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 505 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 505 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 506 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 507 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 508 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 509 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 510 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 512 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 515 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 515 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 516 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 516 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 517 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 518 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 518 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 519 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 520 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 521 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 522 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 523 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 523 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 524 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 525 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 526 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 527 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 528 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 529 |
gov/nist/itl/metaschema/model/xml/impl/BooleanImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/itl/metaschema/model/xml/impl/ChoiceDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'choice'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 87 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 90 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 93 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 96 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 96 |
|
|
blocks | RightCurly | '}' at column 64 should be alone on a line. | 96 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 99 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 100 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 100 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 102 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 103 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 106 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 108 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 108 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 108 |
|
|
blocks | RightCurly | '}' at column 65 should be alone on a line. | 108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 112 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 113 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 114 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 115 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 120 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 120 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 120 |
|
|
blocks | RightCurly | '}' at column 66 should be alone on a line. | 120 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 125 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 126 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 127 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 128 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 135 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 141 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 158). | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 152 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 152 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 152 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 153 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 154 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 155 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 155 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 156 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 157 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 158 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 158 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 160 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 160 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 161 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 161 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 163 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 170 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 172 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 173 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 173 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 174 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 175 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 176 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 182 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldArray'. | 182 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 185 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 186 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 188 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 191 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 191 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'field'. | 191 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 192 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 193 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 194 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 196 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 199 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 199 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 200 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 202 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 202 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 203 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 205 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 206 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 207 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 208 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 210 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 213 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 214 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 214 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 216 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 217 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 218 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 219 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 220 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 221 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 222 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 224 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 227 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 227 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 228 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 228 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 229 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 230 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 230 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 231 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 232 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 233 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 234 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 236 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 239 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 239 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 240 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 240 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 241 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 241 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 242 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 242 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 243 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 244 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 245 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 245 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 245 |
|
|
blocks | RightCurly | '}' at column 67 should be alone on a line. | 245 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 247 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 248 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 249 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 250 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 250 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 251 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 252 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 253 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 255 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 256 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 257 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 257 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 257 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 259 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 261 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 261 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 262 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 262 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 263 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 264 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 267 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 269 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 269 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 269 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 269 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 271 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 273 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 274 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 274 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 275 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 276 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 277 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 278 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 280 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 284 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 284 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 286 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 286 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 287 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 288 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 290 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 291 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 292 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 293 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 294 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 295 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 296 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 298 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 301 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 301 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 301 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 301 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 302 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 303 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 304 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 305 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 306 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 307 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 307 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 308 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 309 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 309 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 310 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 310 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 311 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 312 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 313 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 314 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 316 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 319 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 319 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 320 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 320 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 321 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 322 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 322 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 323 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 324 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 325 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 326 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 331 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyArray'. | 331 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 332 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 332 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 333 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 335 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 337 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 340 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 340 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 340 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assembly'. | 340 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 341 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 341 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 342 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 342 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 345 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 348 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 348 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 348 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 349 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 350 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 351 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 351 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 353 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 354 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 354 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 355 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 356 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 357 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 359 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 362 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 362 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 363 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 364 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 365 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 365 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 366 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 367 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 369 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 370 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 371 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 376 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 376 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 376 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 377 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 377 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 378 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 379 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 380 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 381 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 382 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 383 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 384 |
gov/nist/itl/metaschema/model/xml/impl/CodeDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/DefineAssemblyDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssembly'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 187). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 113 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 114 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 114 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 115 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 117 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 118 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 124 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 127 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 132 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 138 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 140 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 141 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 146 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 147 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 150 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 153 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 156 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 156 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 157 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 158 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 159 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 159 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 160 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 161 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 163 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 164 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 164 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 165 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 167 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 168 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 169 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 171 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 174 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 174 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 175 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 176 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 177 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 177 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 178 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 179 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 180 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 180 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 181 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 182 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 182 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 183 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 184 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 185 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 186 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 187 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 192 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 192 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 193 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 194 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 194 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 197 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 200 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 201 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 202 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 203 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 203 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 206 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 206 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 207 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 208 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 214 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 214 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 215 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 216 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 217 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 217 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 218 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 219 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 220 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 220 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 221 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 222 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 223 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 224 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 225 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 226 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 227 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 229 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 232 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 232 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 233 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 233 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 234 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 235 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 235 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 237 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 238 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 239 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 241 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 244 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonKey'. | 244 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 245 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 245 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 246 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 246 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 247 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 249 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 252 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 253 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 256 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 257 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 258 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 258 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 259 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 260 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 261 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 263 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 266 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 267 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 268 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 269 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 269 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 270 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 271 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 272 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 273 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 275 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 278 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 278 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 279 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 279 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 280 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 281 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 281 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 282 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 283 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 284 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 284 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 284 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 284 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 286 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 287 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 287 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 288 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 288 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 289 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 290 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 291 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 294 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 296 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 296 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 296 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 296 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 298 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 300 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 300 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 301 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 302 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 303 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 304 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 306 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 308 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 308 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 308 |
|
|
blocks | RightCurly | '}' at column 73 should be alone on a line. | 308 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 310 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 312 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 313 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 313 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 314 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 315 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 319 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 323 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 323 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 325 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 326 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 327 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 327 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 329 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 329 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 330 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 331 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 331 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 332 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 333 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 335 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 337 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 340 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 340 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 340 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 340 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 341 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 341 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 342 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 343 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 343 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 344 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 345 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 346 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 347 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 348 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 348 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 349 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 349 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 350 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 351 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 352 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 353 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 358 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 358 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 359 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 359 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 360 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 361 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 362 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 363 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 364 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 365 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 370 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagArray'. | 370 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 371 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 371 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 372 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 373 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 374 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 376 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 379 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 379 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 379 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 379 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 380 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 380 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 381 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 381 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 382 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 384 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 387 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 387 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 387 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 387 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 388 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 388 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 389 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 390 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 390 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 391 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 392 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 393 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 393 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 394 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 395 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 398 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 401 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 401 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 402 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 402 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 403 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 404 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 404 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 405 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 406 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 407 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 408 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 409 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 410 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 412 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 415 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 415 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 415 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 416 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 416 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 417 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 418 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 418 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 419 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 420 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 421 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 422 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 424 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 427 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 427 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 428 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 428 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 430 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 430 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 431 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 433 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 434 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 435 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 435 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 436 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 437 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 438 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 439 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 442 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 445 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 445 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 446 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 446 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 447 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 448 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 448 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 449 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 450 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 451 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 452 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 454 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 457 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'model'. | 457 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 458 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 458 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 459 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 459 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 460 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 462 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 465 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 466 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 466 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 467 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 468 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 468 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 469 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 470 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 471 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 471 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 472 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 473 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 474 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 476 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 479 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 480 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 480 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 481 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 482 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 482 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 483 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 484 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 485 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 486 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 488 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 491 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 491 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 492 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 492 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 493 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 493 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 494 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 494 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 495 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 496 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 497 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 497 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 497 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 497 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 499 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 500 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 500 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 500 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 501 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 501 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 502 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 502 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 503 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 504 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 505 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 507 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 508 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 508 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 509 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 509 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 509 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 509 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 511 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 512 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 513 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 513 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 514 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 514 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 515 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 516 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 517 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 519 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 521 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 521 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 521 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 521 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 523 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 525 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 526 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 526 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 527 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 528 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 529 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 530 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 532 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 536 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 536 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 538 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 538 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 539 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 540 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 540 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 541 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 542 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 542 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 543 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 544 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 544 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 545 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 546 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 547 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 548 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 550 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 553 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 553 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 553 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 553 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 554 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 554 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 555 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 556 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 556 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 557 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 558 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 559 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 559 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 560 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 561 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 561 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 562 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 562 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 563 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 564 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 565 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 566 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 568 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 571 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 571 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 572 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 572 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 573 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 574 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 574 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 575 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 576 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 577 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 578 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 583 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarksArray'. | 583 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 584 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 584 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 585 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 586 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 587 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 589 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 592 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 592 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 592 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 592 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 593 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 593 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 594 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 594 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 595 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 597 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 600 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 600 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 600 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 600 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 601 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 601 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 602 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 603 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 603 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 604 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 605 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 606 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 606 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 607 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 608 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 609 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 611 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 614 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 614 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 615 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 615 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 616 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 617 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 617 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 618 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 619 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 620 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 620 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 621 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 622 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 623 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 625 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 628 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 628 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 628 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 629 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 629 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 630 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 631 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 631 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 632 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 633 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 634 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 635 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 637 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 640 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 640 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 641 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 641 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 642 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 642 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 643 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 643 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 644 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 645 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 646 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 646 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 646 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 646 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 648 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 649 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 649 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 649 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 650 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 650 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 651 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 651 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 652 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 653 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 654 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 656 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 657 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 657 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 658 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 658 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 658 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 658 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 660 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 661 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 662 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 662 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 663 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 663 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 664 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 665 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 666 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 668 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 670 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 670 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 670 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 670 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 672 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 674 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 675 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 675 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 676 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 677 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 678 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 679 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 681 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 685 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 685 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 687 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 687 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 688 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 689 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 689 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 690 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 691 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 691 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 692 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 693 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 693 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 694 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 695 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 696 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 697 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 699 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 702 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 702 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 702 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 702 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 703 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 703 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 704 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 705 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 705 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 706 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 707 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 708 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 708 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 709 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 710 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 710 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 711 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 711 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 712 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 713 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 714 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 715 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 717 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 720 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 720 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 721 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 721 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 722 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 723 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 723 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 724 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 725 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 726 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 727 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 732 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 732 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 733 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 733 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 734 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 735 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 736 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 738 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 741 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 741 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 741 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 741 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 742 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 742 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 743 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 743 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 744 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 746 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 749 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 749 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 749 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 749 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 750 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 750 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 751 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 752 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 752 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 753 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 754 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 755 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 755 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 756 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 757 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 758 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 760 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 763 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 763 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 764 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 764 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 765 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 766 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 766 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 767 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 768 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 769 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 769 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 770 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 771 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 772 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 774 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 777 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 777 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 777 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 778 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 778 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 779 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 780 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 780 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 781 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 782 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 783 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 784 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 786 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 789 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 789 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 790 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 790 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 791 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 792 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 792 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 793 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 794 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 795 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 795 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 796 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 797 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 797 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 798 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 799 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 800 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 801 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 802 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 804 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 807 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 807 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 808 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 808 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 809 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 810 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 810 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 811 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 812 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 813 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 814 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 816 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 819 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 819 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 819 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 820 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 820 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 821 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 821 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 822 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 824 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 827 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 827 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 828 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 828 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 829 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 830 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 830 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 831 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 832 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 833 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 833 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 834 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 835 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 836 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 838 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 841 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 842 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 842 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 843 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 844 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 844 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 845 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 846 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 847 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 848 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 850 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 853 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 853 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 854 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 854 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 855 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 856 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 856 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 857 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 858 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 859 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 860 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 861 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 861 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 862 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 863 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 864 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 865 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 866 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 868 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 871 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 871 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 872 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 872 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 873 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 874 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 874 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 875 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 876 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 877 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 878 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 879 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 880 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 882 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 885 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 885 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 886 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 886 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 887 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 888 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 888 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 889 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 890 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 891 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 892 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 893 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 893 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 894 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 895 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 896 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 897 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 898 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 900 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 903 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 903 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 904 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 904 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 905 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 906 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 906 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 907 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 908 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 909 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 910 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 911 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 911 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 912 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 913 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 914 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 915 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 916 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 918 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 921 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 921 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 922 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 922 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 923 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 924 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 924 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 925 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 926 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 927 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 928 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 929 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 929 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 930 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 931 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 932 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 933 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 934 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 936 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 939 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 939 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 940 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 940 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 941 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 942 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 942 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 943 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 944 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 945 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 946 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 947 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 948 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 950 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 953 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 953 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 954 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 954 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 955 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 956 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 956 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 957 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 958 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 959 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 960 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 962 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 965 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 965 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 966 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 966 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 967 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 968 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 968 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 969 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 970 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 971 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 972 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 973 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 973 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 974 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 975 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 976 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 977 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 978 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 980 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 983 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 983 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 984 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 984 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 985 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 986 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 986 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 987 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 988 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 989 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 990 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 991 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 991 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 992 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 993 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 994 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 995 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 996 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 998 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1001 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1002 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1002 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1003 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1004 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1004 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1005 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1006 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1007 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1008 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 1014 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1014 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 1014 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1015 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1015 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1016 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 1018 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1018 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1018 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 1019 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1019 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 1020 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 1021 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1023 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1025 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1027 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1029 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1033 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1036 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1036 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1037 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1037 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 1038 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 1038 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 1039 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1039 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1040 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1041 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1042 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1042 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1042 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 1042 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1044 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 1045 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1045 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1045 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1046 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1046 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1047 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 1047 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1048 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1049 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1050 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1052 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1053 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1053 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1054 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1054 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1054 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 1054 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1056 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1057 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1058 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1058 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1059 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 1059 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1060 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1061 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1062 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1064 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1066 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1066 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1066 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 1066 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 1068 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1070 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1071 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1071 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1072 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1073 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1074 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1075 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1077 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1079 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1081 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1081 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1083 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1083 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1084 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1085 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1085 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1086 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1087 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 196). | 1087 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1088 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1089 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 174). | 1089 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1090 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1091 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1092 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1093 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1095 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1098 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1098 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1098 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1098 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1099 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1099 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1100 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1101 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1101 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1102 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1103 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1104 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 1104 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1105 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1106 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1106 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1107 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1107 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1108 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1109 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1110 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1111 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1113 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1116 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1116 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1117 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1117 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1118 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1119 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1119 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1120 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1121 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1122 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1128 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assemblyArray'. | 1128 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1129 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1129 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1130 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1131 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1132 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1137 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'assembly'. | 1137 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1138 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1138 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1139 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 1139 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1140 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1142 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1145 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1145 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1145 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1145 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1146 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1146 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1147 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1148 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1149 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1150 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1151 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 1151 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1152 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1153 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1154 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1156 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1159 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1159 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1160 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1160 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1161 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1162 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1162 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1163 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1164 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1165 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1166 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1167 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1168 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1170 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1173 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1173 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1173 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1174 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1174 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1175 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1176 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1177 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1178 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1179 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1180 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1182 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1185 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1185 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1186 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1186 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 1187 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 1187 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 1188 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1188 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1189 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1190 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1191 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1191 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1191 |
|
|
blocks | RightCurly | '}' at column 67 should be alone on a line. | 1191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1193 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 1194 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1194 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1194 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1195 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1196 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1198 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1199 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1201 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1202 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1202 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1203 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1203 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1203 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 1203 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1205 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1206 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1207 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1207 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1208 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1209 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1210 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1213 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1215 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1215 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1215 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 1215 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 1217 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1219 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1220 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1220 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1221 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1222 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1223 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1224 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1226 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1228 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1230 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1230 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1232 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1232 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1233 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1234 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1235 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1236 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 1236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1237 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1238 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 1238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1240 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1241 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1242 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1244 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1247 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1247 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1247 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1247 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1248 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1248 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1249 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1250 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1250 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1251 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1252 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1253 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 1253 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1254 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1255 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1255 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1256 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1256 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1257 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1258 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1259 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1260 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1262 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1265 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1265 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1266 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1266 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1267 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1268 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1268 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1269 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1270 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1271 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1272 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1277 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldArray'. | 1277 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1278 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1278 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1279 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1280 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1281 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1283 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1286 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1286 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1286 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'field'. | 1286 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1287 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1287 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1288 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 1288 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1289 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1291 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1294 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1294 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1294 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1294 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1295 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1295 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1296 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1297 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1297 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1298 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1299 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1300 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 1300 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1301 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1302 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1303 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1305 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1308 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1308 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1309 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1309 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1310 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1311 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1311 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1312 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1313 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1314 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 1314 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1315 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1316 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1317 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1319 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1322 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1322 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1322 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1323 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1323 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1324 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1325 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1325 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1327 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1328 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1329 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1331 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1334 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1334 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1335 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1335 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 1336 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 1336 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 1337 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1337 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1338 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1339 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1340 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1340 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1340 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 1340 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1342 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 1343 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1343 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1343 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1344 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1344 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1345 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1346 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1347 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1348 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1350 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1351 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1351 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1352 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1352 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1352 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 1352 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1354 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1355 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1356 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1356 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1357 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1358 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1359 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1360 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1362 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1364 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1364 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1364 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 1364 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 1366 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1368 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1369 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1369 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1371 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1372 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1373 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1375 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1377 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1379 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1379 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1381 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1381 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1382 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1383 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1383 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1384 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1385 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 1385 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1386 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1387 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 1387 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1388 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1389 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1390 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1391 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1393 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1396 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1396 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1396 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1396 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1397 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1397 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1398 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1399 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1401 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1402 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1402 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1403 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1404 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1404 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1405 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1405 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1406 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1407 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1408 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1409 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1411 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1414 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1414 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1415 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1415 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1416 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1417 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1417 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1418 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1419 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1420 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1421 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1426 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'choiceArray'. | 1426 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1427 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1427 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1428 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1429 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1430 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1432 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1435 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1435 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1435 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'choice'. | 1435 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1436 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1436 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1437 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 1437 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1438 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1440 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1443 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1443 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1443 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1443 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1444 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1444 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1445 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1446 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1446 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1447 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1448 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1449 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1449 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1450 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1451 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1452 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1454 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1457 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1457 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1458 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1458 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1459 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1460 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1460 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1461 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1462 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1463 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 1463 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1464 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1465 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1466 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1468 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1471 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1471 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1471 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1472 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1472 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1473 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1474 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1474 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1476 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1477 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1478 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1480 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1483 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1483 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1484 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1484 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1485 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1486 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1486 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1487 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1488 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1489 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1490 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1491 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1491 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1492 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1493 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1494 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1495 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1496 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1498 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1501 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1501 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1502 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1502 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1503 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1504 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1504 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1505 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1506 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1507 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1508 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1510 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1513 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'any'. | 1513 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1514 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1514 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1515 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 1515 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1516 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1518 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1521 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1521 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1522 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1522 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1523 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1524 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1524 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1525 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1526 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1527 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1528 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1529 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1530 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1532 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1535 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1536 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1536 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1537 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1538 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1538 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1539 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1540 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1541 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1542 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1543 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 1549 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1549 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 198). | 1549 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1550 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1550 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1551 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 1553 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1553 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1553 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 1554 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1554 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 1555 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 1556 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1558 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1560 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 1560 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1566 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1569 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1569 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1570 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1570 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 1571 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 1571 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 1572 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1572 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1573 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1574 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1575 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1575 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1575 |
|
|
blocks | RightCurly | '}' at column 90 should be alone on a line. | 1575 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1577 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 1578 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1578 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1578 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1579 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1579 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1580 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1580 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1581 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1582 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1583 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1585 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1586 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1586 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1587 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1587 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1587 |
|
|
blocks | RightCurly | '}' at column 91 should be alone on a line. | 1587 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1589 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1590 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1591 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1591 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1592 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1592 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1593 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1594 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1595 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1597 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1599 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1599 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1599 |
|
|
blocks | RightCurly | '}' at column 92 should be alone on a line. | 1599 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 1601 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1603 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1604 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1604 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1605 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1606 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1607 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1608 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1610 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1614 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1614 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1616 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1616 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1617 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1618 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1618 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1619 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1620 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 1620 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1621 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1622 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 1622 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1623 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1624 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1625 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1626 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1628 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1631 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1631 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1631 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1631 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1632 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1632 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1633 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1634 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1634 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1635 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1636 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1637 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 1637 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1638 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1639 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1639 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1640 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1640 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1641 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1642 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1643 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1644 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1646 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1649 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1649 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1650 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1650 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1651 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1652 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1652 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1653 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1654 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1655 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1656 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 1659 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1661 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 1661 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyExtensionArray'. | 1661 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1662 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1662 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1663 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1664 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1665 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1667 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1670 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 1670 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1670 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1670 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyExtension'. | 1670 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1671 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1671 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1672 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1673 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1673 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1674 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1675 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1676 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 1676 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1677 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1678 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1678 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1679 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1679 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1680 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1681 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1682 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1683 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1685 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1688 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1688 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1688 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1688 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1689 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1689 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1690 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1691 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1691 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1692 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1693 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1694 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 1694 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1695 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1696 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1697 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1699 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1702 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1702 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1703 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1703 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1704 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1705 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1705 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1706 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1707 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1708 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 1708 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1709 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1710 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1711 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1713 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1716 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1716 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1716 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1717 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1717 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1718 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1719 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1719 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1720 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1721 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1722 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1723 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1724 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1725 |
gov/nist/itl/metaschema/model/xml/impl/DefineAssemblyExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 187). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 26 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 37 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 38 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 41 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 43 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 44 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 45 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 46 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyExtension'. | 53 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 54 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 56 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 57 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 58 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 59 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 60 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 61 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 62 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 71 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 74 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 75 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 76 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 77 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
gov/nist/itl/metaschema/model/xml/impl/DefineFieldDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineField'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 112 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 113 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 115 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 115 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 117 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 119 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 120 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 120 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 121 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 122 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 123 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 130 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 131 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 132 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 133 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 133 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 134 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 135 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 136 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 137 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 144 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 145 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 147 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 150 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 151 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 152 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 152 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 153 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 154 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 155 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 162 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 163 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 165 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 167 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 168 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 169 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 170 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 170 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 171 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 173 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 180 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 181 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 181 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 182 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 183 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 184 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 185 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 186 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 186 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 187 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 188 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 188 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 189 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 190 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 191 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 192 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 198 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 200 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 203 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 206 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 206 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 207 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 208 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 209 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 210 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 211 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 212 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 212 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 213 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 217 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 220 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 220 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 221 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 222 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 223 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 223 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 224 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 225 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 226 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 226 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 227 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 228 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 228 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 229 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 230 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 231 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 233 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 235 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 238 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 238 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 239 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 239 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 240 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 241 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 241 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 242 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 243 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 245 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 247 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 250 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonKey'. | 250 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 251 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 251 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 252 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 252 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 255 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 258 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 258 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 259 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 260 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 261 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 261 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 262 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 263 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 264 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 264 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 266 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 269 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 273 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 274 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 275 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 275 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 276 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 277 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 278 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 279 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 281 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 284 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 284 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 285 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 285 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 286 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 287 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 287 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 288 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 290 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 291 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 292 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 293 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 294 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 295 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 296 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 297 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 299 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 302 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 303 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 303 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 304 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 305 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 305 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 306 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 307 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 308 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 309 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 311 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 314 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonValueKey'. | 314 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 315 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 315 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 316 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 319 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 322 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 322 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 323 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 323 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 324 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 325 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 325 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 327 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 328 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 329 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 330 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 331 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 333 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 336 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 337 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 337 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 338 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 339 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 339 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 340 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 341 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 342 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 345 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 348 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 349 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 350 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 351 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 351 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 353 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 354 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 354 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 354 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 354 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 356 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 357 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 357 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 357 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 358 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 358 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 359 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 360 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 361 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 362 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 364 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 365 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 365 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 366 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 366 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 366 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 366 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 369 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 370 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 371 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 372 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 373 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 374 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 376 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 378 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 378 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 378 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 378 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 380 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 382 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 383 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 383 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 384 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 385 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 386 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 387 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 389 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 393 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 393 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 395 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 395 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 396 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 397 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 397 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 399 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 401 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 402 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 403 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 404 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 405 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 407 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 410 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 410 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 410 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 410 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 411 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 411 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 412 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 413 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 413 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 415 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 416 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 417 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 418 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 418 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 419 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 419 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 420 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 421 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 422 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 423 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 425 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 428 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 428 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 429 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 429 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 430 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 431 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 431 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 434 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 435 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagArray'. | 440 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 441 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 442 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 443 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 444 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 446 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 449 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 449 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 449 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 449 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 450 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 450 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 451 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 451 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 452 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 454 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 457 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 457 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 457 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 457 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 458 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 458 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 459 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 460 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 460 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 461 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 462 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 463 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 463 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 464 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 465 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 466 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 468 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 471 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 471 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 472 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 472 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 473 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 474 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 478 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 479 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 480 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 482 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 485 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 485 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 485 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 486 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 486 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 487 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 488 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 488 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 489 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 490 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 491 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 492 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 494 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 497 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 497 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 498 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 498 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 499 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 500 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 500 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 501 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 502 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 503 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 503 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 504 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 505 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 505 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 506 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 507 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 508 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 509 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 510 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 512 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 515 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 515 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 516 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 516 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 517 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 518 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 518 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 519 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 520 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 521 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 522 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 524 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 527 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 527 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 528 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 528 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 529 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 529 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 530 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 532 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 535 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 535 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 536 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 536 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 537 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 538 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 538 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 539 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 540 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 541 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 541 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 542 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 543 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 544 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 546 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 549 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 550 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 550 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 551 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 552 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 552 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 553 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 554 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 555 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 556 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 558 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 561 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 561 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 562 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 562 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 563 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 563 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 564 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 564 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 565 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 566 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 567 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 567 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 567 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 567 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 569 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 570 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 570 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 570 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 571 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 571 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 572 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 572 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 573 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 574 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 575 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 577 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 578 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 578 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 579 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 579 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 579 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 579 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 581 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 582 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 583 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 583 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 584 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 584 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 585 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 586 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 587 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 589 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 591 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 591 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 591 |
|
|
blocks | RightCurly | '}' at column 73 should be alone on a line. | 591 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 593 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 595 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 596 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 596 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 597 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 598 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 599 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 600 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 602 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 606 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 606 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 608 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 608 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 609 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 610 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 610 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 611 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 612 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 612 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 613 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 614 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 614 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 615 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 616 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 617 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 618 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 620 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 623 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 623 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 623 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 623 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 624 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 624 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 625 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 626 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 626 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 627 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 628 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 629 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 629 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 630 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 631 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 631 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 632 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 632 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 633 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 634 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 635 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 636 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 638 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 641 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 641 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 642 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 642 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 643 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 644 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 644 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 645 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 646 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 647 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 648 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 653 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarksArray'. | 653 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 654 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 654 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 655 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 656 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 657 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 659 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 662 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 662 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 662 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 662 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 663 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 663 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 664 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 664 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 665 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 667 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 670 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 670 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 670 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 670 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 671 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 671 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 672 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 673 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 673 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 674 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 675 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 676 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 676 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 677 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 678 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 679 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 681 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 684 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 684 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 685 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 685 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 686 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 687 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 687 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 688 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 689 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 690 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 690 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 691 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 692 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 693 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 695 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 698 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 698 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 698 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 699 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 699 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 700 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 701 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 701 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 702 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 703 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 704 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 705 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 707 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 710 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 710 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 711 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 711 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 712 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 712 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 713 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 713 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 714 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 715 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 716 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 716 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 716 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 716 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 718 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 719 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 719 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 719 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 720 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 720 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 721 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 721 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 722 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 723 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 724 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 726 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 727 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 727 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 728 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 728 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 728 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 728 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 730 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 731 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 732 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 732 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 733 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 733 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 734 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 735 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 736 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 738 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 740 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 740 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 740 |
|
|
blocks | RightCurly | '}' at column 73 should be alone on a line. | 740 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 742 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 744 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 745 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 745 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 746 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 747 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 748 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 749 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 751 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 755 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 755 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 757 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 757 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 758 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 759 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 759 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 760 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 761 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 761 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 762 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 763 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 763 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 764 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 765 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 766 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 767 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 769 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 772 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 772 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 772 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 772 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 773 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 773 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 774 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 775 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 775 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 776 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 777 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 778 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 778 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 779 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 780 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 780 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 781 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 781 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 782 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 783 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 784 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 785 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 787 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 790 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 790 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 791 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 791 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 792 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 793 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 793 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 794 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 795 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 796 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 797 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 802 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 802 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 803 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 803 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 804 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 805 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 806 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 808 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 811 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 811 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 811 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 811 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 812 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 812 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 813 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 813 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 814 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 816 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 819 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 819 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 819 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 819 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 820 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 820 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 821 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 822 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 822 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 823 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 824 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 825 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 825 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 826 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 827 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 828 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 830 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 833 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 833 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 834 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 834 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 835 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 836 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 836 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 837 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 838 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 839 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 839 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 840 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 841 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 842 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 844 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 847 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 847 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 847 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 848 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 848 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 849 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 850 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 850 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 851 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 852 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 853 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 854 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 856 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 859 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 859 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 860 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 860 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 861 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 862 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 862 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 863 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 864 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 865 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 865 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 866 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 867 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 867 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 868 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 869 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 870 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 871 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 872 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 874 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 877 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 877 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 878 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 878 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 879 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 880 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 880 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 881 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 882 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 883 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 884 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 886 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 889 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 889 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 889 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 890 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 890 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 891 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 891 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 892 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 894 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 897 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 897 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 898 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 898 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 899 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 900 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 900 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 901 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 902 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 903 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 147). | 903 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 904 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 905 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 906 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 908 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 911 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 912 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 912 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 913 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 914 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 914 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 915 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 916 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 917 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 918 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 920 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 923 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 923 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 924 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 924 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 925 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 926 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 926 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 927 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 928 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 929 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 930 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 931 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 931 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 932 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 933 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 934 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 935 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 935 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 936 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 937 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 938 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 939 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 940 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 942 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 945 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 945 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 946 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 946 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 947 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 948 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 948 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 949 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 950 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 951 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 952 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 953 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 953 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 954 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 955 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 956 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 957 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 958 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 960 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 963 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 963 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 964 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 964 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 965 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 966 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 966 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 967 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 968 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 969 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 970 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 972 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 975 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 975 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 976 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 976 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 977 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 978 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 978 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 979 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 980 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 981 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 982 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 983 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 983 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 984 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 985 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 986 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 987 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 988 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 990 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 993 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 993 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 994 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 994 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 995 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 996 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 996 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 997 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 998 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 999 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1000 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1001 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1001 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1002 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1003 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1004 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1005 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1006 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1008 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1011 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1012 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1012 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1013 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1014 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1014 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1015 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1016 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1017 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1018 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1020 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1023 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1023 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1024 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1024 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1025 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1026 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1026 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1027 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1028 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1029 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1030 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1031 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1031 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1032 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1033 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1034 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1035 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1035 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1036 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1037 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1038 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1039 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1040 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1042 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1045 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1045 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1046 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1046 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1047 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1048 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1048 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1049 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1050 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1051 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1052 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1053 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1053 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1054 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1055 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1056 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1057 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1058 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1060 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1063 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1063 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1064 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1064 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1065 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1066 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1066 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1067 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1068 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1069 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1070 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1072 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1075 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'collapsible'. | 1075 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1076 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1076 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1077 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1078 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1078 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1079 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1080 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1081 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1082 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1083 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1083 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1084 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1085 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1086 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1087 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1088 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1090 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1093 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'collapsible'. | 1093 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1094 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1094 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1095 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1096 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1096 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1097 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1098 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1099 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1100 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1101 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1101 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1102 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1103 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1104 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1105 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1106 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1111 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1112 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1112 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1113 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1114 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1114 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1115 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1116 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1117 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1118 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1120 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1123 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1123 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1124 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1124 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1125 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1126 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1126 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1129 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1130 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1131 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1131 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1132 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1133 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1134 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1135 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1136 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1141 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1141 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1142 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1142 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1143 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1144 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1145 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1146 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1148 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1149 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1155 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 1155 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1156 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1156 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1157 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1158 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1159 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1160 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1161 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1162 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1163 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1163 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1164 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1166 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1167 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1168 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1170 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1173 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 1173 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1174 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1174 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1175 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1176 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1177 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1178 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1179 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1180 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1181 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1181 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1182 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1183 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1184 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1185 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1186 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1188 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1191 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1191 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1192 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1192 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1193 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1194 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1194 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1195 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1196 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1197 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1198 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1199 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1199 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1200 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1201 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1202 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1203 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1204 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1206 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1209 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1209 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1210 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1210 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1211 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1212 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1212 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1213 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1214 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1215 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1216 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1217 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1218 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1220 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1223 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1223 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1224 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1224 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1225 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1226 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1226 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1227 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1228 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1229 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1230 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1232 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1235 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 1235 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1236 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1236 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1237 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1238 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1240 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1241 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1242 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1243 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1243 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1244 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1245 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1246 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1247 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1248 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1250 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1253 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 1253 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1254 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1254 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1255 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1256 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1256 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1257 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1258 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1259 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1260 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1261 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1261 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1262 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1263 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1264 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1265 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1266 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1268 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1271 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1272 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1272 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1273 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1274 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1274 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1275 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1276 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1277 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1278 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 1284 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1284 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 192). | 1284 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1285 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1285 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1286 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 1288 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1288 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1288 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 1289 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1289 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 1290 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 1291 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1293 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1295 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 1295 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1301 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1304 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1304 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1305 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1305 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 1306 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 1306 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 1307 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1307 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1308 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1309 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1310 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1310 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1310 |
|
|
blocks | RightCurly | '}' at column 87 should be alone on a line. | 1310 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1312 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 1313 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1313 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1313 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1314 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1314 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1315 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 1315 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1316 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1317 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1318 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1320 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1321 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1321 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1322 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1322 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1322 |
|
|
blocks | RightCurly | '}' at column 88 should be alone on a line. | 1322 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1324 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1325 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1326 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1326 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1327 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 1327 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1328 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1329 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1330 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1332 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1334 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1334 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1334 |
|
|
blocks | RightCurly | '}' at column 89 should be alone on a line. | 1334 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 1336 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1338 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1339 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1339 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1340 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1341 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1342 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1345 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1347 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1349 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1349 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1351 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1351 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1352 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1353 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1353 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1354 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1355 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 1355 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1356 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1357 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 1357 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1358 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1359 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1360 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1361 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1363 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1366 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1366 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1366 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1366 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1367 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1367 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1368 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1369 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1369 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1371 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1372 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 1372 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1373 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1374 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1374 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1375 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1375 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1376 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1377 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1378 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1379 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1381 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1384 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1384 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1385 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1385 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1386 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1387 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1387 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1388 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1389 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1390 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1391 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1396 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1396 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldExtensionArray'. | 1396 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1397 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1397 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1398 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1399 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1400 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1402 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1405 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1405 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1405 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1405 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldExtension'. | 1405 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1406 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1406 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1407 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1408 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1408 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1409 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1410 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1411 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 1411 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1412 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1413 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1413 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1414 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1414 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1415 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1416 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1417 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1418 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1420 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1423 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1423 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1423 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1423 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1424 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1424 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1425 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1426 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1426 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1427 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1428 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1429 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 1429 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1430 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1431 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1432 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1434 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1437 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1437 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1438 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1438 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1439 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1440 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1440 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1441 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1442 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1443 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1443 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1444 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1445 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1446 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1448 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1451 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1451 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1451 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1452 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1452 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1453 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1454 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1454 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1455 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1456 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1457 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1458 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1459 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1460 |
gov/nist/itl/metaschema/model/xml/impl/DefineFieldExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 26 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 37 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 38 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 41 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 43 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 44 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 45 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 46 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldExtension'. | 53 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 54 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 56 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 57 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 58 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 59 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 60 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 61 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 62 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 71 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 74 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 75 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 76 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 77 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 77 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
gov/nist/itl/metaschema/model/xml/impl/DefineFlagDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlag'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 101 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 104 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 105 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 106 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 107 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 108 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 112 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 113 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 114 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 115 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 116 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 117 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 122 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 123 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 123 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 125 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 126 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 130 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 136 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 144 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 145 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 147 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 148 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 154 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 157 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 160 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 161 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 162 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 163 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 164 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 165 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 166 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 172 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 173 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 173 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 175 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 175 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 177 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 178 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 178 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 179 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 180 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 180 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 181 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 182 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 183 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 190 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 191 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 192 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 198 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 201 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 202 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 203 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 206 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 212 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 215 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 217 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 218 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 218 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 219 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 220 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 220 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 221 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 223 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 227 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 230 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 231 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 233 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 233 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 235 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 237 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 239 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 242 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 242 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 243 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 244 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 245 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 247 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 250 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 250 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 251 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 251 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 252 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 253 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 253 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 254 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 256 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 256 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 257 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 258 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 261 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 265 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 265 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 266 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 267 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 267 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 268 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 269 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 270 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 271 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 273 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 276 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 276 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 277 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 278 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 278 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 279 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 279 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 280 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 281 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 282 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 282 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 282 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 284 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 285 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 286 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 286 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 287 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 287 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 288 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 289 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 294 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 294 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 294 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 294 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 296 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 298 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 298 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 299 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 299 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 300 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 301 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 302 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 304 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 306 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 306 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 306 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 306 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 308 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 310 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 311 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 311 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 312 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 313 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 314 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 315 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 317 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 321 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 321 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 323 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 323 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 324 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 325 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 325 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 327 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 327 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 329 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 329 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 330 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 331 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 332 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 333 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 335 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 338 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 338 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 338 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 338 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 339 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 339 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 340 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 341 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 341 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 342 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 343 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 344 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 344 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 345 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 346 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 346 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 347 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 347 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 348 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 349 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 350 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 351 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 353 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 356 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 356 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 357 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 357 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 358 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 359 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 359 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 360 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 361 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 362 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 363 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 368 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarksArray'. | 368 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 369 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 369 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 370 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 371 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 372 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 374 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 377 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 377 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 377 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 377 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 378 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 378 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 379 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 379 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 380 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 382 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 385 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 385 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 385 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 386 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 386 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 387 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 388 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 388 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 389 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 390 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 391 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 391 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 392 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 393 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 394 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 396 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 399 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 399 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 400 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 400 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 401 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 402 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 402 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 403 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 404 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 405 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 405 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 406 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 407 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 413 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 413 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 413 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 414 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 414 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 415 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 416 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 416 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 417 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 418 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 419 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 420 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 422 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 425 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 425 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 426 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 427 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 427 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 428 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 428 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 429 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 430 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 431 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 431 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 431 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 431 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 434 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 435 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 435 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 436 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 436 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 437 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 438 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 439 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 441 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 442 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 442 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 443 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 443 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 443 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 443 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 445 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 446 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 447 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 447 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 448 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 448 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 449 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 450 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 451 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 453 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 455 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 455 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 455 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 455 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 457 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 459 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 460 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 460 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 461 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 462 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 463 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 464 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 466 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 470 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 470 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 472 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 472 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 473 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 474 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 476 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 478 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 478 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 479 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 480 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 481 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 482 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 484 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 487 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 487 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 487 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 487 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 488 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 488 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 489 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 490 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 490 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 491 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 492 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 493 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 493 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 494 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 495 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 495 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 496 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 496 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 497 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 498 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 499 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 500 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 502 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 505 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 505 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 506 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 506 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 507 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 508 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 508 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 509 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 510 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 511 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 512 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 517 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'exampleArray'. | 517 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 518 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 518 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 519 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 520 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 521 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 523 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 526 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 526 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 526 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 526 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 527 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 527 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 528 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 528 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 529 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 531 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 534 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 534 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 534 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 534 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 535 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 535 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 536 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 537 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 537 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 538 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 539 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 540 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 540 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 541 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 542 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 543 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 545 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 548 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 548 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 549 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 549 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 550 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 551 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 551 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 552 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 553 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 554 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 554 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 555 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 556 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 557 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 559 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 562 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 562 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 562 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 563 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 563 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 564 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 565 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 565 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 566 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 567 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 568 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 569 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 571 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 574 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 574 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 575 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 575 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 576 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 577 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 577 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 578 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 579 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 580 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 580 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 581 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 582 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 582 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 583 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 584 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 585 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 586 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 587 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 589 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 592 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 592 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 593 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 593 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 594 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 595 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 595 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 596 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 597 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 598 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 599 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 601 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 604 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 604 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 605 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 605 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 606 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 606 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 607 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 609 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 612 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 612 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 613 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 613 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 614 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 615 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 615 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 616 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 617 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 618 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 618 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 619 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 620 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 621 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 623 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 626 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 627 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 627 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 628 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 629 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 629 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 630 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 631 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 632 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 633 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 635 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 638 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 638 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 639 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 639 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 640 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 641 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 641 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 642 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 643 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 644 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 645 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 646 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 646 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 647 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 648 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 649 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 650 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 651 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 653 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 656 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 656 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 657 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 657 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 658 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 659 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 659 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 660 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 661 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 662 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 663 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 664 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 665 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 667 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 670 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 670 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 671 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 671 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 672 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 673 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 673 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 674 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 675 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 676 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 677 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 678 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 678 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 679 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 680 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 681 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 682 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 683 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 685 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 688 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 688 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 689 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 689 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 690 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 691 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 691 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 692 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 693 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 694 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 695 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 696 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 696 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 697 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 698 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 699 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 700 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 701 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 703 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 706 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 706 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 707 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 707 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 708 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 709 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 709 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 710 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 711 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 712 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 713 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 714 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 714 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 715 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 716 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 717 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 718 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 718 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 719 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 720 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 721 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 722 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 723 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 725 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 728 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 728 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 729 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 729 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 730 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 731 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 731 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 732 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 733 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 734 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 735 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 736 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 736 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 737 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 738 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 739 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 740 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 741 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 743 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 746 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 746 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 747 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 747 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 748 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 749 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 749 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 750 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 751 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 752 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 753 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 755 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 758 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 758 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 759 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 759 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 760 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 761 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 761 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 762 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 763 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 764 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 765 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 766 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 766 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 767 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 768 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 769 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 770 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 771 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 773 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 776 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 776 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 777 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 777 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 778 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 779 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 779 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 780 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 781 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 782 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 783 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 784 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 784 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 785 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 785 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 786 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 787 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 788 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 789 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 791 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 794 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 795 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 795 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 796 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 797 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 797 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 798 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 799 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 800 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 801 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 803 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 806 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 806 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 807 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 807 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 808 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 809 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 809 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 810 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 811 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 812 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 813 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 814 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 814 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 815 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 816 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 817 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 818 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 819 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 821 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 824 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 824 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 825 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 825 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 826 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 827 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 827 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 828 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 829 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 830 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 831 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 832 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 833 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 835 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 838 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 838 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 839 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 839 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 840 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 841 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 841 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 842 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 843 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 844 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 845 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 847 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 850 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 850 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 851 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 851 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 852 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 853 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 853 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 854 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 855 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 856 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 857 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 858 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 858 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 859 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 860 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 861 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 862 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 863 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 865 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 868 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 868 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 869 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 869 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 870 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 871 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 871 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 872 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 873 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 874 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 875 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 876 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 876 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 877 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 878 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 879 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 880 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 881 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 883 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 886 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 887 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 887 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 888 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 889 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 889 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 890 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 891 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 892 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 893 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 899 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 899 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 899 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 900 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 900 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 901 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 903 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 903 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 903 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 904 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 904 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 905 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 906 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 908 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 912 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 915 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 915 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 916 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 916 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 917 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 917 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 918 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 918 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 919 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 920 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 921 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 921 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 921 |
|
|
blocks | RightCurly | '}' at column 86 should be alone on a line. | 921 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 923 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 924 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 924 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 924 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 925 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 925 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 926 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 926 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 927 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 928 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 929 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 931 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 932 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 932 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 933 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 933 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 933 |
|
|
blocks | RightCurly | '}' at column 87 should be alone on a line. | 933 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 935 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 936 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 937 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 937 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 938 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 938 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 939 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 940 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 941 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 943 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 945 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 945 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 945 |
|
|
blocks | RightCurly | '}' at column 88 should be alone on a line. | 945 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 947 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 949 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 950 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 950 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 951 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 952 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 953 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 954 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 956 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 958 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 960 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 960 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 962 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 962 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 963 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 964 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 964 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 965 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 966 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 966 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 967 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 968 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 968 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 969 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 970 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 971 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 972 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 974 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 977 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 977 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 977 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 977 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 978 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 978 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 979 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 980 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 980 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 981 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 982 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 983 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 983 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 984 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 985 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 985 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 986 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 986 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 987 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 988 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 989 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 990 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 992 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 995 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 995 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 996 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 996 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 997 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 998 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 998 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 999 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1000 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1001 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1002 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1007 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 1007 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagExtensionArray'. | 1007 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1008 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1008 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1009 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1010 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1011 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1013 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1016 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 1016 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1016 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1016 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagExtension'. | 1016 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1017 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1017 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1018 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 1018 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1019 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1021 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1024 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1024 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1024 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1024 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1025 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1025 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1026 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1027 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1027 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1028 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1029 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1030 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 1030 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1031 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1032 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1033 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1035 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1038 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1038 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1039 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1039 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1040 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1041 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1041 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1042 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1043 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1044 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 1044 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1045 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1046 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1047 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1049 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1052 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1052 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1052 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1053 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1053 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1054 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1055 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1055 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1056 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1057 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1058 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1059 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1060 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1061 |
gov/nist/itl/metaschema/model/xml/impl/DefineFlagExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 179). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagExtension'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 156). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/DescriptionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/EmDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/EnumDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'xenum'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 127). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 113 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'value'. | 120 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 123 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 123 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 124 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 125 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 126 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 127 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 128 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 129 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 132 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'value'. | 138 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 140 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 141 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 146 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 147 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 150 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 |
gov/nist/itl/metaschema/model/xml/impl/ExampleDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'example'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 93 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 96 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 96 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 97 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 98 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 99 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 99 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 100 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 101 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 102 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 102 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 103 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 104 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 104 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 105 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 106 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 107 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 109 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 111 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 114 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 114 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 115 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 116 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 117 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 117 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 119 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 120 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 123 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 126 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 128 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 128 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 129 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 131 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 134 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 134 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 135 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 135 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 136 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 137 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 138 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 139 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 141 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 145 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 149 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 150 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 151 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 151 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 152 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 153 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 154 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 160 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 161 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 163 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 163 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 164 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 166 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 167 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 168 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 168 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 169 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 170 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 171 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 172 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 173 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 175 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 178 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 178 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 179 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 180 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 181 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 181 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 182 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 183 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 187 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 190 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 191 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 192 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 192 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 198 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 201 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 202 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 203 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 206 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 215 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 217 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 218 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 224 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 225 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 226 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 227 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 227 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 228 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 229 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 230 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 231 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 232 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 232 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 233 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 235 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 237 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 239 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 242 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 242 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 243 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 245 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 245 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 246 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 247 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 248 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 249 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 251 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 256 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 256 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 257 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 257 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 258 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 259 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 259 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 260 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 261 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 263 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 265 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 268 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 268 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 269 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 269 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 270 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 271 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 271 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 272 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 273 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 274 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 275 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 276 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 276 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 277 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 278 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 279 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 280 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 283 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 286 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 286 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 287 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 287 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 289 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 291 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 293 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 294 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 294 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 295 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 296 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 297 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 298 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 301 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 304 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 305 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 305 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 307 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 307 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 309 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 310 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 313 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 316 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 316 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 317 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 318 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 319 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 319 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 320 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 321 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 322 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 323 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 324 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 324 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 325 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 327 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 328 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 329 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 331 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 334 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 334 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 335 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 335 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 337 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 337 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 338 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 339 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 340 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 341 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 342 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 345 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 348 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 349 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 350 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 351 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 351 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 353 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 354 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 355 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 357 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 360 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'path'. | 360 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 361 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 362 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 363 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 364 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 365 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 366 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 367 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 368 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 369 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 371 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 372 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 375 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 378 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'path'. | 378 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 379 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 380 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 381 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 381 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 383 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 384 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 385 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 386 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 386 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 387 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 388 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 389 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 390 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 391 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 393 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 397 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 397 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 398 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 399 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 402 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 403 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 405 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 408 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 409 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 410 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 411 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 411 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 412 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 413 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 415 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 416 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 416 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 417 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 418 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 419 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 420 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 423 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 426 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 427 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 427 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 428 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 429 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 430 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 431 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 434 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 435 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 437 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 440 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 441 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 442 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 443 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 443 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 444 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 445 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 446 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 447 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 449 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 452 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 452 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 453 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 453 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 454 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 455 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 455 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 456 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 457 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 458 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 459 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 460 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 460 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 461 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 462 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 463 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 464 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 467 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 470 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 470 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 471 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 471 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 472 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 473 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 473 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 474 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 478 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 478 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 479 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 480 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 481 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 482 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 483 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 485 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 488 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 489 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 489 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 490 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 491 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 491 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 492 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 493 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 494 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 495 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 496 |
gov/nist/itl/metaschema/model/xml/impl/ExtensionTypeImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
gov/nist/itl/metaschema/model/xml/impl/FieldDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'field'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 112 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 113 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 114 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 114 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 115 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 117 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 118 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 124 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 127 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 130 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 136 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 138 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 144 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 144 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 145 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 147 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 150 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 150 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 151 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 152 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 153 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 155 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 159 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 159 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 161 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 161 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 163 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 165 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 167 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 170 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 170 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 171 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 171 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 172 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 173 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 173 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 174 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 175 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 176 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 177 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 178 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 178 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 179 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 180 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 181 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 182 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 185 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 188 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 189 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 189 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 190 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 191 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 191 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 192 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 193 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 194 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 197 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'groupAs'. | 200 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 201 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 202 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 203 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 205 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 208 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 208 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 209 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 210 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 211 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 211 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 212 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 213 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 214 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 214 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 215 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 216 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 217 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 219 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 222 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 223 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 223 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 225 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 225 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 226 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 227 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 228 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 229 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 234 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 234 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 235 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 237 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 240 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 240 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 241 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 242 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 242 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 243 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 244 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 245 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 246 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 247 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 249 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 252 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 252 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 253 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 256 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 257 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 258 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 261 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 264 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 264 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 265 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 265 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 266 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 266 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 269 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 272 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 273 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 274 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 275 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 275 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 276 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 277 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 278 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 278 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 279 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 280 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 283 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 286 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 287 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 287 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 289 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 291 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 292 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 293 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 298 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 298 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 299 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 300 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 301 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 301 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 302 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 304 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 304 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 304 |
|
|
blocks | RightCurly | '}' at column 62 should be alone on a line. | 304 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 306 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 307 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 308 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 308 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 309 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 310 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 311 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 312 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 314 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 315 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 315 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 316 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 316 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 316 |
|
|
blocks | RightCurly | '}' at column 63 should be alone on a line. | 316 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 318 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 319 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 320 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 320 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 321 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 322 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 323 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 324 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 328 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 328 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 328 |
|
|
blocks | RightCurly | '}' at column 64 should be alone on a line. | 328 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 330 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 332 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 333 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 333 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 334 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 335 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 337 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 339 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 343 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 343 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 345 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 345 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 346 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 347 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 347 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 348 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 349 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 170). | 349 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 350 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 351 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 351 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 353 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 354 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 355 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 357 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 360 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 360 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 360 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 360 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 361 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 362 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 363 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 364 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 365 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 366 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 367 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 368 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 369 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 369 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 371 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 372 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 375 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 378 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 378 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 379 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 380 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 381 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 381 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 383 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 384 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 385 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 390 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagArray'. | 390 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 391 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 391 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 392 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 393 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 394 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 396 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 399 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 399 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 399 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 399 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 400 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 400 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 401 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 401 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 402 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 404 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 407 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 407 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 407 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 407 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 408 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 409 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 410 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 410 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 411 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 412 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 413 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 415 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 416 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 418 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 421 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 422 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 422 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 423 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 424 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 424 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 425 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 426 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 427 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 428 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 430 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 432 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 435 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 435 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 435 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 436 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 436 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 437 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 438 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 438 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 439 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 440 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 441 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 442 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 444 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 447 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 447 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 448 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 448 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 449 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 450 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 450 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 451 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 452 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 453 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 453 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 454 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 455 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 455 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 456 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 457 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 458 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 459 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 460 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 462 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 465 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 466 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 466 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 467 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 468 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 468 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 469 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 470 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 471 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 472 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 474 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 477 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 477 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 478 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 478 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 479 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 479 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 480 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 482 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 485 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 485 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 486 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 486 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 487 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 488 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 488 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 489 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 490 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 491 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 491 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 492 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 493 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 494 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 496 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 499 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 500 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 500 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 501 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 502 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 502 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 503 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 504 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 505 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 506 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 508 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 511 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 511 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 512 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 512 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 513 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 514 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 514 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 515 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 516 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 517 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 517 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 518 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 519 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 519 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 520 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 521 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 522 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 523 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 524 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 526 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 529 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 529 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 530 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 530 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 531 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 532 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 532 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 533 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 534 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 535 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 536 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 538 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 541 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 541 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 542 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 542 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 543 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 543 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 544 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 546 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 549 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 549 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 550 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 550 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 551 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 552 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 552 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 553 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 554 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 555 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 555 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 556 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 557 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 558 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 560 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 563 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 564 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 564 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 565 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 566 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 566 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 567 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 568 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 569 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 570 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 572 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 575 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 575 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 576 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 576 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 577 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 578 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 578 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 579 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 580 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 581 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 582 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 583 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 583 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 584 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 585 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 586 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 587 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 588 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 590 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 593 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 593 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 594 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 594 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 595 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 596 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 596 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 597 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 598 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 599 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 600 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 601 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 602 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 604 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 607 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 607 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 608 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 608 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 609 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 610 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 610 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 611 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 612 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 613 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 614 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 615 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 615 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 616 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 617 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 618 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 619 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 620 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 622 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 625 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 625 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 626 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 626 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 627 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 628 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 628 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 629 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 630 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 631 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 632 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 633 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 633 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 634 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 635 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 636 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 637 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 638 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 640 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 643 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 643 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 644 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 644 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 645 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 646 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 646 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 647 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 648 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 649 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 650 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 651 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 651 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 652 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 653 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 654 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 655 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 655 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 656 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 657 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 658 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 659 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 660 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 662 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 665 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 665 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 666 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 666 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 667 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 668 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 668 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 669 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 670 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 671 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 672 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 673 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 673 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 674 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 675 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 676 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 677 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 678 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 680 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 683 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 683 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 684 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 684 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 685 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 686 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 686 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 687 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 688 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 689 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 690 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 692 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 695 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 695 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 696 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 696 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 697 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 698 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 698 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 699 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 700 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 701 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 702 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 703 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 703 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 704 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 705 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 706 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 707 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 708 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 710 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 713 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'minOccurs'. | 713 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 714 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 714 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 715 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 716 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 716 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 717 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 718 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 719 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 720 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 721 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 721 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 722 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 723 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 724 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 725 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 726 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 728 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 731 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 732 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 732 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 733 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 734 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 734 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 735 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 736 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 737 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 738 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 740 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 743 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 743 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 744 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 744 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 745 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 746 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 746 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 747 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 748 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 749 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 750 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 751 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 751 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 752 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 753 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 754 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 755 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 755 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 756 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 757 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 758 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 759 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 760 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 762 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 765 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 765 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 766 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 766 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 767 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 768 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 768 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 769 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 770 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 771 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 771 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 772 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 773 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 773 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 774 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 774 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 775 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 776 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 777 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 778 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 780 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 783 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 783 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 784 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 784 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 785 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 786 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 786 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 787 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 788 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 789 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 790 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 792 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 795 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 795 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 796 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 796 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 797 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 798 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 798 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 799 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 800 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 801 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 802 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 803 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 803 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 804 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 805 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 806 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 807 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 808 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 810 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 813 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'maxOccurs'. | 813 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 814 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 814 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 815 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 816 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 816 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 817 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 818 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 819 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 819 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 820 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 821 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 821 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 822 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 822 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 823 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 824 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 825 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 826 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 828 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 831 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 832 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 832 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 833 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 834 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 834 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 835 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 836 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 837 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 838 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 840 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 843 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 843 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 844 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 844 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 845 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 846 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 846 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 847 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 848 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 849 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 850 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 851 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 851 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 852 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 853 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 854 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 855 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 855 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 856 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 857 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 858 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 859 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 860 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 862 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 865 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 865 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 866 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 866 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 867 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 868 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 868 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 869 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 870 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 871 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 871 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 872 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 873 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 873 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 874 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 874 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 875 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 876 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 877 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 878 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 880 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 883 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 883 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 884 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 884 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 885 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 886 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 886 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 887 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 888 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 889 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 890 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 892 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 895 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 895 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 896 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 896 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 897 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 898 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 898 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 899 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 900 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 901 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 902 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 903 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 903 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 904 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 905 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 906 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 907 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 908 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 910 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 913 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 913 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 914 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 914 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 915 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 916 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 916 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 917 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 918 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 919 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 919 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 920 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 921 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 921 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 922 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 922 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 923 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 924 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 925 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 926 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 928 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 931 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 932 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 932 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 933 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 934 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 934 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 935 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 936 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 937 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 938 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 944 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 944 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 944 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 945 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 945 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 946 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 948 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 948 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 948 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 949 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 949 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 950 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 951 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 953 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 957 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 960 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 960 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 961 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 961 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 962 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 962 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 963 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 963 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 964 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 965 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 966 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 966 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 966 |
|
|
blocks | RightCurly | '}' at column 81 should be alone on a line. | 966 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 968 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 969 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 969 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 969 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 970 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 970 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 971 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 971 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 972 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 973 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 974 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 976 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 977 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 977 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 978 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 978 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 978 |
|
|
blocks | RightCurly | '}' at column 82 should be alone on a line. | 978 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 980 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 981 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 982 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 982 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 983 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 983 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 984 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 985 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 986 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 988 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 990 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 990 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 990 |
|
|
blocks | RightCurly | '}' at column 83 should be alone on a line. | 990 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 992 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 994 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 995 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 995 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 996 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 997 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 998 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 999 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1001 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1003 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1005 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1005 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1007 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1007 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1008 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1009 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1009 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1010 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1011 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 1011 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1012 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1013 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 1013 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1014 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1015 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1016 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1017 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1019 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1022 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1022 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1022 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1022 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1023 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1023 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1024 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1025 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1025 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1026 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1027 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1028 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1028 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1029 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1030 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1030 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1031 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1031 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1032 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1033 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1034 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1035 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1037 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1040 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1040 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1041 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1041 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1042 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1043 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1043 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1044 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1045 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1046 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1047 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1052 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldExtensionArray'. | 1052 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1053 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1053 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1054 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1055 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1056 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1058 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1061 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1061 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1061 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldExtension'. | 1061 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1062 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1062 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1063 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 1063 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1064 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1066 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1069 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1069 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1069 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1069 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1070 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1070 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1071 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1072 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1072 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1073 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1074 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1075 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1075 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1076 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1077 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1078 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1080 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1083 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1083 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1084 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1084 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1085 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1086 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1086 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1087 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1088 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1089 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 1089 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1090 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1091 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1092 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1094 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1097 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1097 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1097 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1098 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1098 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1099 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1100 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1100 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1101 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1102 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1103 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1104 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1105 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 1111 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1111 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 1111 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1112 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1112 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1113 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 1115 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1115 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1115 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 1116 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1116 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 1117 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 1118 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 1120 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1120 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1120 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1120 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 1121 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1121 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 1122 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 1123 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1124 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1125 |
gov/nist/itl/metaschema/model/xml/impl/FieldExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'fieldExtension'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/FieldTypesImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 16 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 240). | 16 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 21 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 22 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 26 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 27 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 34 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 34 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 36 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 39 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 41 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 44 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 45 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 46 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
gov/nist/itl/metaschema/model/xml/impl/FlagConstraintImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 33 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 36 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 36 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 37 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 39 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 42 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 43 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 44 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 44 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 45 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 46 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 47 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 48 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 51 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 54 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 54 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 55 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 55 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 57 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 58 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 59 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 61 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 63 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 66 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 67 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 67 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 68 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 68 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 69 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 71 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 74 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 74 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 75 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 75 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 79 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 80 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 81 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 83 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 89 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 93 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 102 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 103 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 104 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 105 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 106 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 106 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 107 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 108 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 109 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 111 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 119 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 119 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 123 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 130 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 131 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 132 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 133 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 138 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 138 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 139 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 140 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 144 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 145 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 146 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 149 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 152 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 153 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 153 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 158 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 159 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 161 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 164 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 164 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 165 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 165 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 166 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 167 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 168 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 169 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 170 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 171 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 172 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 172 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 173 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 175 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 176 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 177 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 182 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 182 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 183 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 184 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 185 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 186 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 187 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 188 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 189 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 191 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 196 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 196 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 197 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 197 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 203 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 205 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 208 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 208 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 209 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 209 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 210 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 211 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 211 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 212 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 213 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 216 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 216 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 217 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 218 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 219 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 220 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 221 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 223 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 226 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 226 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 227 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 227 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 228 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 229 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 229 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 230 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 233 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 234 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 234 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 235 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 238 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 241 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 244 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 245 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 245 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 246 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 247 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 247 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 248 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 249 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 250 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 251 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 253 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 256 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 256 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 257 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 257 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 258 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 259 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 260 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 261 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 263 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 264 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 264 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 266 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 267 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 268 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 268 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 269 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 270 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 271 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 272 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 273 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 275 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 278 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 278 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 279 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 279 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 280 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 281 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 281 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 282 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 283 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 285 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 286 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 286 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 287 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 289 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 291 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 293 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 296 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 296 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 297 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 297 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 298 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 299 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 300 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 301 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 303 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 305 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 308 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 308 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 309 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 309 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 310 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 311 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 311 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 312 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 313 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 314 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 315 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 316 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 317 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 318 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 319 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 320 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 321 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 323 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 326 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 326 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 327 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 327 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 328 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 329 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 329 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 330 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 331 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 332 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 333 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 334 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 335 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 337 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 338 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 339 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 341 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 344 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 345 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 345 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 346 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 347 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 347 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 348 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 349 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 350 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 351 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 357 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 357 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 357 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 358 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 358 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 359 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 361 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 361 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 362 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 362 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 363 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 364 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 366 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 370 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 373 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 374 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 374 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 375 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 376 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 376 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 377 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 378 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 379 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 380 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 381 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 381 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 382 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 383 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 384 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 385 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 385 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 386 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 387 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 388 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 389 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 390 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 392 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 395 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 395 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 396 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 397 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 398 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 402 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 403 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 403 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 404 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 405 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 406 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 407 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 413 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 413 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 414 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 414 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 415 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 416 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 416 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 417 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 418 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 419 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 420 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 422 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 425 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inherit'. | 425 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 426 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 427 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 428 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 428 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 429 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 430 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 431 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 433 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 434 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 435 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 436 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 437 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 438 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 440 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 443 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inherit'. | 443 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 444 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 444 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 445 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 446 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 446 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 447 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 448 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 449 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 450 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 451 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 451 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 452 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 453 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 454 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 455 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 456 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 458 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 461 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 462 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 462 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 463 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 464 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 464 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 465 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 466 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 467 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 468 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 469 |
gov/nist/itl/metaschema/model/xml/impl/FlagDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flag'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 157). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 101 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 104 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 104 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 105 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 106 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 107 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 108 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 112 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 113 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 114 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 115 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 116 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 117 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 119 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 122 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 122 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 123 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 123 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 125 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 126 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 130 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 136 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 136 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 141 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 142 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 145 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 148 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 148 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 149 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 150 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 151 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 151 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 152 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 153 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 154 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 155 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 156 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 156 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 157 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 160 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 163 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 166 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 166 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 167 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 168 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 169 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 169 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 170 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 171 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 173 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 174 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 174 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 175 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 177 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 178 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 181 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 184 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 185 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 186 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 187 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 187 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 188 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 189 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 190 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 191 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 196 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 196 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 197 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 197 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 198 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 199 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 199 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 200 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 201 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 202 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 202 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 203 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 204 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 205 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 206 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 207 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 208 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 209 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 211 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 214 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 214 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 215 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 216 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 217 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 217 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 218 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 219 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 220 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 223 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 226 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'description'. | 226 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 227 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 227 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 228 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 228 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 229 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 231 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 234 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 234 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 235 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 237 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 240 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 240 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 241 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 242 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 245 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 248 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 251 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 251 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 252 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 253 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 255 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 260 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 261 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 261 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 263 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 263 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 264 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 266 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 266 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 267 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 268 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 268 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 269 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 270 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 271 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 272 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 273 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 275 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 278 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 278 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 279 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 279 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 280 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 281 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 281 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 282 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 283 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 285 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 287 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 290 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 291 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 291 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 292 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 292 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 293 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 295 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 298 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 298 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 299 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 300 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 301 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 301 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 302 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 303 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 304 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 305 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 307 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 309 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 312 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 313 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 313 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 314 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 315 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 315 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 316 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 317 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 318 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 319 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 321 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 324 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 324 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 325 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 325 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 326 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 327 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 327 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 329 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 330 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 330 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 331 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 332 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 332 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 333 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 334 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 335 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 337 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 339 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 342 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 342 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 343 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 343 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 344 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 345 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 345 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 346 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 347 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 348 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 349 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 351 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 354 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'allowedValues'. | 354 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 355 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 355 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 356 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 356 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 357 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 359 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 362 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 362 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 363 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 364 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 365 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 365 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 366 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 367 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 368 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 369 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 370 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 371 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 373 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 376 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 377 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 377 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 378 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 379 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 379 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 380 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 381 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 382 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 383 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 385 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 388 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 388 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 389 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 389 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 390 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 391 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 391 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 392 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 393 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 394 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 394 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 395 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 396 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 396 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 397 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 399 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 400 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 401 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 403 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 406 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 406 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 407 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 407 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 408 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 409 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 410 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 411 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 412 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 413 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 415 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 418 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 418 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 419 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 419 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 420 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 420 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 423 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 426 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 427 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 427 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 428 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 429 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 430 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 431 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 432 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 432 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 433 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 434 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 435 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 437 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 440 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 441 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 441 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 442 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 443 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 443 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 444 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 445 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 446 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 447 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 449 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 452 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 452 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 453 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 453 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 454 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 455 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 455 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 456 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 457 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 458 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 459 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 460 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 460 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 461 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 462 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 463 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 464 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 467 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 470 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 470 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 471 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 471 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 472 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 473 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 473 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 474 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 478 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 479 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 481 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 484 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 484 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 485 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 485 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 486 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 487 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 487 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 488 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 489 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 490 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 491 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 493 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 496 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 496 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 497 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 497 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 498 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 499 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 499 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 500 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 501 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 502 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 503 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 504 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 504 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 505 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 506 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 507 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 508 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 509 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 511 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 514 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'asType'. | 514 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 515 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 515 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 516 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 517 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 517 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 518 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 519 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 520 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 521 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 522 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 522 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 523 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 523 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 524 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 525 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 526 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 527 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 529 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 532 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 533 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 533 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 534 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 535 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 535 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 536 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 537 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 538 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 539 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 541 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 544 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 544 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 545 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 545 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 546 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 547 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 547 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 548 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 549 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 550 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 551 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 552 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 552 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 553 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 554 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 555 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 556 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 557 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 559 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 562 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 562 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 563 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 563 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 564 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 565 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 565 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 566 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 567 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 568 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 569 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 570 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 571 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 573 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 576 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 576 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 577 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 577 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 578 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 579 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 579 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 580 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 581 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 582 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 583 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 585 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 588 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 588 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 589 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 589 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 590 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 591 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 591 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 592 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 593 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 594 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 595 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 596 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 596 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 597 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 598 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 599 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 600 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 601 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 603 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 606 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 606 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 607 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 607 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 608 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 609 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 609 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 610 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 611 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 612 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 613 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 614 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 614 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 615 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 616 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 617 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 618 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 619 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 621 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 624 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 625 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 625 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 626 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 627 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 627 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 628 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 629 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 630 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 631 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 633 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 636 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 636 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 637 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 637 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 638 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 639 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 639 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 640 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 641 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 642 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 643 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 644 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 644 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 645 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 646 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 647 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 648 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 649 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 651 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 654 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 654 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 655 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 655 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 656 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 657 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 657 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 658 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 659 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 660 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 661 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 662 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 663 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 665 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 668 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 668 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 669 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 669 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 670 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 671 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 671 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 672 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 673 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 674 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 675 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 677 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 680 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 680 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 681 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 681 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 682 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 683 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 683 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 684 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 685 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 686 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 687 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 688 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 688 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 689 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 690 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 691 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 692 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 693 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 695 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 698 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ref'. | 698 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 699 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 699 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 700 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 701 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 701 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 702 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 703 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 704 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 705 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 706 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 706 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 707 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 708 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 709 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 710 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 711 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 713 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 716 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 717 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 717 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 718 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 719 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 719 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 720 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 721 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 722 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 723 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 725 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 728 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 728 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 729 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 729 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 730 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 731 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 731 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 732 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 733 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 734 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 735 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 736 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 736 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 737 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 738 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 739 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 740 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 740 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 741 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 742 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 743 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 744 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 745 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 747 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 750 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 750 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 751 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 751 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 752 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 753 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 753 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 754 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 755 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 756 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 757 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 758 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 758 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 759 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 760 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 761 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 762 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 763 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 765 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 768 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 768 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 769 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 769 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 770 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 771 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 771 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 772 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 773 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 774 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 775 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 777 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 780 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 780 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 781 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 781 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 782 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 783 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 783 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 784 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 785 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 786 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 787 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 788 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 788 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 789 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 790 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 791 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 792 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 793 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 795 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 798 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'required'. | 798 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 799 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 799 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 800 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 801 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 801 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 802 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 803 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 804 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 805 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 806 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 806 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 807 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 808 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 809 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 810 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 811 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 813 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 816 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 817 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 817 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 818 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 819 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 819 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 820 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 821 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 822 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 823 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 829 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 829 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 829 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 830 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 830 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 831 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 833 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 833 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 833 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 834 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 834 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 835 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 836 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 838 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 842 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 845 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 845 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 846 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 846 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 847 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 847 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 848 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 848 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 849 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 850 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 851 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 851 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 851 |
|
|
blocks | RightCurly | '}' at column 80 should be alone on a line. | 851 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 853 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 854 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 854 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 854 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 855 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 855 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 856 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 856 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 857 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 858 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 859 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 861 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 862 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 862 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 863 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 863 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 863 |
|
|
blocks | RightCurly | '}' at column 81 should be alone on a line. | 863 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 865 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 866 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 867 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 867 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 868 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 868 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 869 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 870 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 871 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 873 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 875 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 875 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 875 |
|
|
blocks | RightCurly | '}' at column 82 should be alone on a line. | 875 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 877 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 879 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 880 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 880 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 881 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 882 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 883 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 884 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 886 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 888 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 890 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 890 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 892 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 892 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 893 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 894 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 894 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 895 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 896 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 896 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 897 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 898 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 898 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 899 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 900 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 901 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 902 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 904 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 907 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 907 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 907 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 907 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 908 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 908 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 909 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 910 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 910 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 911 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 912 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 913 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 913 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 914 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 915 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 915 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 916 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 916 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 917 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 918 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 919 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 920 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 922 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 925 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 925 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 926 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 926 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 927 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 928 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 928 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 929 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 930 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 931 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 932 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 937 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagExtensionArray'. | 937 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 938 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 938 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 939 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 940 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 941 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 943 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 946 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 946 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 946 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagExtension'. | 946 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 947 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 947 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 948 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 948 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 949 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 951 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 954 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 954 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 954 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 954 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 955 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 955 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 956 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 957 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 957 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 958 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 959 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 960 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 130). | 960 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 961 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 962 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 963 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 965 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 968 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 968 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 969 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 969 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 970 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 971 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 971 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 972 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 973 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 974 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 974 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 975 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 976 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 977 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 979 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 982 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 982 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 982 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 983 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 983 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 984 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 985 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 985 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 986 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 987 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 988 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 989 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 990 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 991 |
gov/nist/itl/metaschema/model/xml/impl/FlagExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagExtension'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/FormalNameDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'formalName'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/GroupAsDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'groupAs'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 92 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 93 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 94 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 95 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 95 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 97 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 100 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 100 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 101 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 102 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 103 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 104 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 107 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 110 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 110 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 111 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 112 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 113 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 113 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 114 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 115 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 117 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 118 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 119 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 121 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 124 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 125 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 127 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 132 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 132 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 133 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 134 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 135 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 136 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 139 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 142 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'name'. | 142 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 143 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 143 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 144 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 145 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 145 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 150 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 150 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 151 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 152 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 153 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 154 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 157 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 160 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 160 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 161 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 161 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 163 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 163 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 164 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 167 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 168 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 168 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 169 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 170 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 171 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 172 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 173 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 174 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 175 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 176 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 182 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 182 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 183 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 184 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 185 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 185 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 186 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 187 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 188 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 189 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 190 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 190 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 191 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 192 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 193 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 194 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 195 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 197 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 200 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 200 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 201 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 202 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 203 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 203 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 206 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inJson'. | 212 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 215 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 217 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 218 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 219 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 220 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 220 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 221 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 223 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 227 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 230 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inJson'. | 230 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 231 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 231 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 233 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 233 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 235 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 236 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 237 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 238 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 238 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 239 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 239 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 240 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 241 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 242 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 245 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 248 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 249 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 250 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 251 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 251 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 252 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 253 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 255 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 260 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 261 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 261 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 263 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 263 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 264 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 266 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 267 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 268 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 268 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 269 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 270 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 271 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 272 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 272 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 273 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 274 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 275 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 276 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 277 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 279 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 282 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 282 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 283 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 283 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 285 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 285 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 286 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 287 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 288 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 289 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 290 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 291 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 293 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 294 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 295 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 297 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 300 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 300 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 301 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 301 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 302 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 303 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 303 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 305 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 307 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 309 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 312 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 312 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 313 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 313 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 314 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 315 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 315 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 316 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 317 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 318 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 319 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 320 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 320 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 321 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 322 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 323 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 324 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 325 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 327 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 330 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'inXml'. | 330 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 331 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 331 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 332 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 333 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 333 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 334 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 335 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 336 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 337 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 338 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 338 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 339 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 339 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 340 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 341 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 342 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 345 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 348 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 349 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 350 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 351 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 351 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 353 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 354 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 355 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 356 |
gov/nist/itl/metaschema/model/xml/impl/ImportDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ximport'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 113 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 120 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 123 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 123 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 124 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 125 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 126 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 127 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 128 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 129 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 131 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 132 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'href'. | 138 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 140 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 141 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 146 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 147 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 150 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 152 |
gov/nist/itl/metaschema/model/xml/impl/JsonGroupBehaviorImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/itl/metaschema/model/xml/impl/JsonKeyDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonKey'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 85 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 88 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 88 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 93 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 94 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 95 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 97 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 111 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 113 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 120 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 123 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 123 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 124 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 125 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 127 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 132 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 133 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 134 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 135 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 135 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 136 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 137 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 138 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 139 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 140 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 140 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 141 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 144 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 147 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 150 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 151 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 151 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 152 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 153 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 153 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 154 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 155 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 156 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 157 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 158 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 158 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 159 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 160 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 161 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 162 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 165 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 169 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 169 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 170 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 171 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 171 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 173 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 176 |
gov/nist/itl/metaschema/model/xml/impl/JsonValueKeyDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 139). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'jsonValueKey'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 70 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 82 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 83 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 86 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 90 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 93 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 94 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 95 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 96 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 96 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 97 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 98 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 99 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 100 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 101 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 101 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 102 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 103 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 104 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 105 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 106 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 111 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 111 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 112 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 113 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 114 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 115 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 117 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 119 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 122 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 125 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 126 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 126 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 127 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 128 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 130 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 131 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 134 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 137 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 138 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 138 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 139 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 140 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 145 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 146 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 149 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 152 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'flagName'. | 155 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 156 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 156 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 158 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 160 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 161 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 163 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 163 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 164 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 167 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 168 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 170 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 173 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 174 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 174 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 175 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 176 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 177 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 178 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 179 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 181 |
gov/nist/itl/metaschema/model/xml/impl/METASCHEMADocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 15 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'METASCHEMADocumentImpl' must contain no more than '5' consecutive capital letters. | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'getMETASCHEMA' must contain no more than '5' consecutive capital letters. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 133). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'setMETASCHEMA' must contain no more than '5' consecutive capital letters. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'metaschema'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'addNewMETASCHEMA' must contain no more than '5' consecutive capital letters. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 175). | 72 |
|
|
naming | AbbreviationAsWordInName | Abbreviation in name 'METASCHEMAImpl' must contain no more than '5' consecutive capital letters. | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 89 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 91 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 95 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 97 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 99 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 101 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 105 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 109 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 112 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 113 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 113 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 114 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 115 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 115 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 116 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 117 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 119 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 120 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 120 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 121 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 122 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 123 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 125 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 127 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 130 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 130 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 131 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 132 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 133 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 133 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 134 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 135 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 136 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 137 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 138 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 141 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 144 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 144 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 145 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 145 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 146 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 147 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 147 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 148 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 149 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 150 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 151 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 152 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 152 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 153 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 154 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 155 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 157 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 159 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 162 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 162 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 163 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 164 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 165 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 166 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 167 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 168 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 169 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 170 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 170 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 171 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 172 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 173 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 175 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 180 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 180 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 181 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 181 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 182 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 183 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 183 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 184 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 185 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 186 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 187 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 188 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 188 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 189 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 190 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 191 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 192 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 195 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 198 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 198 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 199 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 199 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 200 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 201 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 202 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 203 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 206 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 209 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 212 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 212 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 213 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 213 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 214 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 215 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 217 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 218 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 221 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 224 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 225 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 226 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 227 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 227 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 228 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 229 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 230 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 231 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 232 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 232 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 233 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 235 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 236 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 237 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 239 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 242 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 242 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 243 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 243 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 245 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 245 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 246 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 247 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 248 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 249 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 250 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 250 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 251 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 252 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 253 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 255 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 257 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 261 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 261 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 263 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 263 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 264 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 266 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 267 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 269 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 272 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 272 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 273 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 273 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 274 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 275 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 275 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 276 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 277 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 278 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 279 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 280 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 280 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 281 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 282 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 283 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 285 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 287 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 290 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 290 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 291 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 291 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 292 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 293 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 293 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 294 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 295 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 296 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 297 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 298 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 299 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 301 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 304 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 304 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 305 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 305 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 307 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 307 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 309 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 310 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 311 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 312 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 312 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 313 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 314 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 315 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 316 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 319 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 322 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 322 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 323 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 323 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 324 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 325 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 325 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 327 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 328 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 329 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 330 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 330 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 331 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 332 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 333 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 335 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 337 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 340 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 340 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 341 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 341 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 342 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 343 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 343 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 344 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 345 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 346 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 347 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 348 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 348 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 349 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 350 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 351 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 352 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 353 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 355 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 358 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 358 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 359 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 359 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 360 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 361 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 362 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 364 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 365 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 366 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 367 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 369 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 372 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 372 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 373 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 373 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 374 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 375 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 375 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 376 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 377 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 378 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 379 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 380 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 380 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 381 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 383 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 384 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 385 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 387 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 390 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 390 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 391 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 391 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 392 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 393 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 393 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 394 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 395 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 396 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 397 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 398 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 398 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 399 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 402 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 403 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 405 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 408 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 409 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 409 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 410 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 411 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 411 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 412 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 413 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 414 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 414 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 415 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 416 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 416 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 417 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 418 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 419 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 420 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 421 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 423 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 426 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 426 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 427 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 427 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 428 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 429 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 429 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 430 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 431 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 432 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 433 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 435 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 438 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'extensions'. | 438 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 439 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 439 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 440 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 142). | 440 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 441 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 443 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 446 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 446 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 447 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 447 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 448 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 449 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 449 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 450 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 451 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 452 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 452 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 453 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 454 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 455 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 457 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 460 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 461 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 461 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 462 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 463 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 463 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 464 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 465 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 466 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 467 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 469 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 472 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 472 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 473 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 473 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 474 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 475 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 475 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 476 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 477 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 478 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 478 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 479 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 480 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 480 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 481 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 482 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 483 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 484 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 485 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 487 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 490 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 490 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 491 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 491 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 492 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 493 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 493 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 494 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 495 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 496 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 497 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 499 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 502 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 502 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 503 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 503 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 504 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 504 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 505 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 507 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 510 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 510 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 511 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 511 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 512 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 513 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 513 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 514 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 515 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 516 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 516 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 517 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 518 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 519 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 521 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 524 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 525 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 525 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 526 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 527 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 527 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 528 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 529 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 530 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 531 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 533 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 536 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 536 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 537 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 537 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 538 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 538 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 539 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 539 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 540 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 541 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 542 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 542 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 542 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 542 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 544 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 148). | 545 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 545 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 545 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 546 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 546 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 547 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 548 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 549 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 550 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 552 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 553 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 553 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 554 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 554 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 554 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 554 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 556 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 557 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 558 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 558 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 559 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 560 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 561 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 562 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 564 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 566 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 566 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 566 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 566 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 568 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 570 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 571 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 571 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 572 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 573 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 574 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 575 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 577 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 581 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 581 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 583 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 583 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 584 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 585 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 585 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 586 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 587 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 184). | 587 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 588 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 589 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 162). | 589 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 590 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 591 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 592 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 593 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 595 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 598 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 598 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 598 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 598 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 599 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 599 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 600 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 601 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 601 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 602 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 603 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 604 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 604 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 605 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 606 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 606 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 607 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 607 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 608 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 609 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 610 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 611 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 613 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 616 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 616 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 617 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 617 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 618 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 619 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 619 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 620 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 621 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 622 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 623 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 628 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ximportArray'. | 628 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 629 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 629 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 630 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 631 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 632 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 634 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 637 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 637 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 637 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'ximport'. | 637 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 638 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 638 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 639 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 639 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 640 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 642 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 645 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 645 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 645 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 645 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 646 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 646 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 647 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 648 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 648 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 649 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 650 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 651 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 651 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 652 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 653 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 654 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 656 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 659 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 659 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 660 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 660 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 661 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 662 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 662 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 663 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 664 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 665 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 665 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 666 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 667 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 668 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 670 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 673 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 673 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 673 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 674 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 674 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 675 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 676 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 676 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 677 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 678 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 679 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 680 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 682 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 685 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 685 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 685 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 686 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 686 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 687 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 687 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 688 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 688 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 689 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 690 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 691 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 691 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 691 |
|
|
blocks | RightCurly | '}' at column 77 should be alone on a line. | 691 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 693 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 180). | 694 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 694 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 694 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 695 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 695 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 696 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 696 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 697 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 698 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 699 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 701 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 702 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 702 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 703 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 703 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 703 |
|
|
blocks | RightCurly | '}' at column 78 should be alone on a line. | 703 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 705 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 706 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 707 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 707 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 708 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 144). | 708 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 709 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 710 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 711 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 713 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 715 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 715 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 715 |
|
|
blocks | RightCurly | '}' at column 79 should be alone on a line. | 715 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 717 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 719 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 720 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 720 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 721 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 722 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 723 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 724 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 726 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 728 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 730 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 730 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 732 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 732 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 733 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 734 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 734 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 735 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 736 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 216). | 736 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 737 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 738 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 194). | 738 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 739 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 740 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 741 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 742 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 744 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 747 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 747 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 747 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 747 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 748 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 748 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 749 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 750 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 750 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 751 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 752 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 753 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 753 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 754 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 755 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 755 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 756 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 756 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 757 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 758 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 759 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 760 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 762 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 765 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 765 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 766 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 766 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 767 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 768 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 768 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 769 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 770 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 771 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 772 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 777 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 777 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssemblyArray'. | 777 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 778 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 778 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 779 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 780 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 781 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 783 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 786 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 786 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 786 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 786 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineAssembly'. | 786 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 787 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 787 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 788 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 151). | 788 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 789 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 791 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 794 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 794 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 794 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 794 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 795 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 795 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 796 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 797 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 797 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 798 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 799 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 800 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 800 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 801 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 802 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 803 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 805 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 808 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 808 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 809 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 809 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 810 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 811 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 811 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 812 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 813 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 814 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 814 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 815 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 816 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 817 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 819 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 822 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 822 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 822 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 823 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 823 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 824 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 825 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 825 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 826 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 827 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 828 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 829 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 831 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 834 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 834 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 835 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 835 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 836 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 836 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 837 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 837 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 838 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 839 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 840 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 840 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 840 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 840 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 842 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 168). | 843 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 843 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 843 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 844 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 844 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 845 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 845 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 846 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 847 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 848 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 850 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 851 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 851 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 852 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 852 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 852 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 852 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 854 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 855 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 856 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 856 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 857 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 135). | 857 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 858 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 859 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 860 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 862 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 864 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 864 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 864 |
|
|
blocks | RightCurly | '}' at column 76 should be alone on a line. | 864 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 866 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 868 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 869 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 869 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 870 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 871 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 872 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 873 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 875 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 877 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 879 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 879 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 881 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 881 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 882 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 883 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 883 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 884 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 885 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 204). | 885 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 886 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 887 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 182). | 887 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 888 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 889 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 890 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 891 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 893 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 896 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 896 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 896 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 896 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 897 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 897 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 898 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 899 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 899 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 900 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 901 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 902 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 141). | 902 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 903 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 904 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 904 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 905 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 905 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 906 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 907 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 908 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 909 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 911 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 914 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 914 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 915 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 915 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 916 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 917 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 917 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 918 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 919 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 920 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 921 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 926 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 926 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFieldArray'. | 926 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 927 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 927 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 928 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 929 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 930 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 932 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 935 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 935 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 935 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 935 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineField'. | 935 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 936 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 936 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 937 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 145). | 937 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 938 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 940 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 943 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 943 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 943 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 943 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 944 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 944 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 945 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 946 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 946 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 947 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 948 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 949 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 949 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 950 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 951 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 952 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 954 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 957 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 957 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 958 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 958 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 959 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 960 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 960 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 961 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 962 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 963 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 963 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 964 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 965 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 966 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 968 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 971 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 971 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 971 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 972 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 972 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 973 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 974 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 974 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 975 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 976 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 977 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 978 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 980 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 983 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 983 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 984 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 984 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 985 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 985 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 986 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 986 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 987 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 988 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 989 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 989 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 989 |
|
|
blocks | RightCurly | '}' at column 73 should be alone on a line. | 989 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 991 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 164). | 992 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 992 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 992 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 993 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 993 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 994 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 994 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 995 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 996 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 997 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 999 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1000 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1000 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 1001 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1001 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 1001 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 1001 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1003 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1004 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 1005 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1005 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1006 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 1006 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1007 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1008 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 1009 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1011 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 1013 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1013 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 1013 |
|
|
blocks | RightCurly | '}' at column 75 should be alone on a line. | 1013 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 1015 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1017 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1018 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1018 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1019 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1020 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1021 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1022 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1024 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1026 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1028 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1028 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1030 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1030 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1031 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1032 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1032 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1033 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1034 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 200). | 1034 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1035 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1036 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 178). | 1036 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1037 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1038 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1039 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1040 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1042 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1045 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1045 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1045 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1045 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1046 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1046 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1047 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1048 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1048 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1049 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1050 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1051 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 1051 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1052 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1053 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1053 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1054 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1054 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1055 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1056 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1057 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1058 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1060 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1063 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1063 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1064 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1064 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1065 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1066 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1066 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1067 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1068 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1069 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1070 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1075 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 1075 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlagArray'. | 1075 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1076 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1076 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1077 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1078 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1079 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1081 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1084 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 1084 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1084 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1084 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'defineFlag'. | 1084 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1085 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1085 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1086 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 1086 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1087 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1089 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1092 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1092 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1092 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1092 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1093 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1093 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1094 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1095 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1095 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1096 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1097 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1098 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 1098 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1099 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1100 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1101 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1103 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1106 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1106 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1107 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1107 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1108 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1109 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1109 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1111 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1112 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 134). | 1112 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1113 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1114 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1115 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1117 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1120 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1120 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1120 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1121 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1122 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1123 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1123 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1124 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1125 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1126 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1127 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1129 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1132 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1132 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1133 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1133 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 1134 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 1134 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 1135 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1136 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1137 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 1138 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1138 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 1138 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 1138 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1140 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 152). | 1141 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1141 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1141 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 1142 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1142 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 1143 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1144 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1145 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 1146 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1148 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1149 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1149 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 1150 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1150 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 1150 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 1150 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1152 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1153 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 1154 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1154 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1155 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 123). | 1155 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1156 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 1157 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 1158 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 1160 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 1162 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1162 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 1162 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 1162 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 1164 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1166 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1167 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1167 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1168 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1169 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1170 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1171 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1173 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1175 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1177 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1177 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1179 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1179 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1180 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1181 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1181 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1182 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1183 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 188). | 1183 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1184 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1185 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 1185 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1186 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1187 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1188 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1189 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1191 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1194 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1194 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1194 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1194 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1195 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1195 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1196 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1197 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1197 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1198 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1199 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1200 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1200 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1201 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1202 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1202 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1203 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1203 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1205 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1206 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1207 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1209 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1212 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1212 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1213 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1213 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1214 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1215 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1215 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1216 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1217 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1218 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1219 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1224 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'augmentArray'. | 1224 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1225 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1225 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1226 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1227 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1228 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1230 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1233 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1233 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1233 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'augment'. | 1233 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1234 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1234 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 1235 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 137). | 1235 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1236 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1238 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1241 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1241 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1241 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1241 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1242 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1242 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1243 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1244 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1244 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1245 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1246 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1247 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 131). | 1247 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1248 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1249 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1250 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1252 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1255 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1255 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1256 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1256 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1257 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1258 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1258 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1259 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1260 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1261 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 1261 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1262 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1263 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1264 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1266 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1269 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1269 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1269 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1270 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1270 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1271 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1272 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1272 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1273 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1274 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1275 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1276 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1278 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1281 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1281 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1282 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1282 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1283 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1284 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1284 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1285 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1286 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1287 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1288 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1289 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1289 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1290 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1291 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1292 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1293 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1294 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1296 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1299 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1299 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1300 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1300 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1301 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1302 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1302 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1303 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1305 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1306 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1307 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1308 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1310 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1313 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'root'. | 1313 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1314 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1314 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1315 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1316 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1316 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1317 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1318 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1319 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1320 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1321 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1321 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1322 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1323 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1324 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1325 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1326 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1328 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1331 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'root'. | 1331 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1332 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1332 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1333 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1334 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1334 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1335 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1336 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1337 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1338 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1339 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1339 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1340 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1341 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1342 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1343 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1344 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1346 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1349 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1349 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1350 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1350 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1351 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1352 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1353 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1354 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1355 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1356 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1357 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1357 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1358 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1359 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1360 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1361 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1362 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1364 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1367 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1367 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1368 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1368 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1369 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1370 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1371 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1372 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1373 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1374 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1375 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1376 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1378 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1381 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1381 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1382 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1382 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1383 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1384 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1384 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1385 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1386 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1387 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1388 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1390 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1393 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 1393 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1394 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1394 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1395 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1396 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1396 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1397 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1399 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1400 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1401 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1401 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1402 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1403 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1404 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1405 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1406 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1408 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1411 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 1411 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1412 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1412 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1413 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1414 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1414 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1415 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1416 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1417 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 1418 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 1419 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1419 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 1420 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 1421 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1422 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1423 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1424 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1426 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 1429 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 1430 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1430 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 1431 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 1432 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1432 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1433 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 1434 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 1435 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 1436 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 1442 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1442 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 190). | 1442 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1443 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1443 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1444 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 12, expected level should be 6. | 1446 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 1446 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1446 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 12, expected level should be 6. | 1447 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1447 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 16, expected level should be 8. | 1448 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 12, expected level should be 6. | 1449 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1451 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 12, expected level should be 6. | 1453 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 1453 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1459 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1462 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1462 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1463 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1463 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 16, expected level should be 8. | 1464 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 126). | 1464 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 16, expected level should be 8. | 1465 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1465 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1466 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1467 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1468 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1468 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1468 |
|
|
blocks | RightCurly | '}' at column 81 should be alone on a line. | 1468 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1470 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 136). | 1471 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1471 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1471 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1472 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1472 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1473 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 1473 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1474 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1475 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1476 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1478 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1479 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1479 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1480 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1480 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1480 |
|
|
blocks | RightCurly | '}' at column 82 should be alone on a line. | 1480 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1482 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1483 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 10. | 1484 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1484 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1485 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 122). | 1485 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1486 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 22, expected level should be 12. | 1487 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 20, expected level should be 10. | 1488 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 20, expected level should be 10. | 1490 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 24, expected level should be 10. | 1492 |
|
|
blocks | LeftCurly | '{' at column 25 should be on the previous line. | 1492 |
|
|
blocks | LeftCurly | '{' at column 25 should have line break after. | 1492 |
|
|
blocks | RightCurly | '}' at column 83 should be alone on a line. | 1492 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 16, expected level should be 8. | 1494 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1496 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1497 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1497 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1498 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1499 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1500 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1501 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1503 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1505 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1507 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1507 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1509 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1509 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1510 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1511 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1511 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1512 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1513 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 172). | 1513 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1514 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1515 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 150). | 1515 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1516 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1517 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1518 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1519 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1521 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1524 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1524 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1524 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1524 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1525 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1525 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1526 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1527 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1527 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1528 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1529 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1530 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1530 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1531 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1532 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1532 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1533 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1533 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1534 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1535 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1536 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1537 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1539 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1542 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1542 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1543 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1543 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1544 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1545 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1545 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1546 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1547 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1548 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1549 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1554 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelExtensionArray'. | 1554 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1555 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1555 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1556 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1557 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1558 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1560 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1563 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1563 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1563 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelExtension'. | 1563 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1564 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1564 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1565 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1566 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1566 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1567 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1568 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1569 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 129). | 1569 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 20, expected level should be 10. | 1570 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 20, expected level should be 10. | 1571 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 1571 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 22, expected level should be 12. | 1572 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1572 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 20, expected level should be 10. | 1573 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1574 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1575 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1576 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1578 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1581 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1581 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1581 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1581 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1582 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1582 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1583 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1584 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1584 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1585 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1586 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1587 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 149). | 1587 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1588 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1589 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1590 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1592 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1595 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1595 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1596 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1596 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1597 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1598 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1598 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1599 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1600 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1601 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 125). | 1601 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1602 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1603 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1604 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1606 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1609 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1609 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1609 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1610 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1610 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 16, expected level should be 8. | 1611 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 16, expected level should be 8. | 1612 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1612 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1613 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 20, expected level should be 10. | 1614 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 16, expected level should be 8. | 1615 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1616 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1617 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 1618 |
gov/nist/itl/metaschema/model/xml/impl/MarkupContentTypeImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 27 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 29 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 35 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 38 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 38 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 39 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 40 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 41 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 41 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 44 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 44 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 44 |
|
|
blocks | RightCurly | '}' at column 67 should be alone on a line. | 44 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 46 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 47 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 48 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 48 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 49 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 52 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 56 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 56 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 56 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 56 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 58 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 60 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 61 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 62 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 63 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 66 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 68 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 68 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 68 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 68 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 70 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 72 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 75 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 77 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 79 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 83 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 83 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 85 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 86 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 87 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 87 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 160). | 89 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 90 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 138). | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 93 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 94 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 95 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 97 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 100 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 100 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 100 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 101 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 102 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 103 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 103 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 104 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 105 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 106 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 107 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 108 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 108 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 109 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 109 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 110 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 111 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 112 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 113 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 115 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 118 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 119 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 119 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 120 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 121 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 121 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 122 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 123 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 124 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 125 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 130 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'aArray'. | 130 |
|
|
naming | ParameterName | Parameter name 'aArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 131 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 131 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 132 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 133 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 134 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 136 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 139 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'a'. | 139 |
|
|
naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 140 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 140 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 141 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 142 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 144 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 147 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 147 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 147 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 148 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 148 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 150 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 150 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 151 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 152 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 153 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 154 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 158 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 161 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 161 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 162 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 162 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 163 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 164 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 164 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 165 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 166 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 167 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 168 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 169 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 170 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 172 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 175 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 175 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 176 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 176 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 177 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 178 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 178 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 179 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 180 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 181 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 182 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 184 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 187 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 187 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 188 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 188 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 189 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 190 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 190 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 191 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 192 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 193 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 193 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 193 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 193 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 195 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 196 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 197 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 197 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 198 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 199 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 200 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 201 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 203 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 205 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 205 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 205 |
|
|
blocks | RightCurly | '}' at column 64 should be alone on a line. | 205 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 207 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 209 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 210 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 211 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 212 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 213 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 215 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 217 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 217 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 217 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 217 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 219 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 221 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 222 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 223 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 224 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 225 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 226 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 228 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 232 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 232 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 234 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 234 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 235 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 236 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 237 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 238 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 239 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 240 |
|
|
blocks | NeedBraces | 'for' construct must use '{}'s. | 241 |
|
|
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 241 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 243 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 244 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 245 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 247 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 250 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 250 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 250 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 250 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 251 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 251 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 252 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 253 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 253 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 254 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 256 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 257 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 258 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 258 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 259 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 259 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 260 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 261 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 262 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 263 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 265 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 268 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 268 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 269 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 269 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 270 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 271 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 271 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 272 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 273 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 274 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 274 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 274 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 274 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 276 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 277 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 278 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 278 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 279 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 280 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 281 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 284 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 286 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 286 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 286 |
|
|
blocks | RightCurly | '}' at column 71 should be alone on a line. | 286 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 289 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 290 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 290 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 291 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 293 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 294 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 296 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 298 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 298 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 298 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 298 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 300 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 302 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 303 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 303 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 304 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 305 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 306 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 307 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 309 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 313 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 313 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 315 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 315 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 316 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 317 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 317 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 318 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 319 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 319 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 320 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 321 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 322 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 323 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 324 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 325 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 327 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 330 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 330 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 330 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 330 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 331 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 331 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 332 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 333 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 333 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 334 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 335 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 337 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 338 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 338 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 339 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 339 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 340 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 341 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 342 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 343 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 345 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 348 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 348 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 349 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 349 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 350 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 351 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 351 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 352 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 353 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 354 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 355 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 357 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 360 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'codeArray'. | 360 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 361 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 361 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 362 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 363 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 363 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 364 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 365 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 366 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 367 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 369 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 372 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 372 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 372 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 372 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 373 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 373 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 374 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 375 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 375 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 376 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 377 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 378 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 379 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 380 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 380 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 381 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 381 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 383 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 384 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 385 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 387 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 390 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'codeArray'. | 390 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 391 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 391 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 392 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 393 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 393 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 394 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 395 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 397 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 399 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 402 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 402 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 402 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 402 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 403 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 403 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 404 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 405 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 405 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 406 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 407 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 408 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 409 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 410 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 410 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 411 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 411 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 412 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 413 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 414 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 415 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 417 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 420 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 420 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 420 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 421 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 421 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 422 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 423 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 423 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 424 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 425 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 427 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 428 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 429 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 431 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 434 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'code'. | 434 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 435 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 435 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 436 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 437 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 437 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 438 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 439 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 440 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 441 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 442 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 443 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 445 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 448 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 448 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 448 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 448 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 449 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 449 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 450 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 451 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 451 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 452 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 453 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 454 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 455 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 456 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 457 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 459 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 462 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 462 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 463 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 463 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 464 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 465 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 465 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 466 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 467 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 468 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 469 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 470 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 471 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 473 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 476 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 476 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 476 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 477 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 477 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 478 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 479 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 479 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 480 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 481 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 482 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 483 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 485 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 488 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 488 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 489 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 489 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 490 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 491 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 491 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 492 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 493 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 494 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 494 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 494 |
|
|
blocks | RightCurly | '}' at column 67 should be alone on a line. | 494 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 496 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 497 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 497 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 498 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 498 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 499 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 500 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 501 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 502 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 504 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 505 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 505 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 506 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 506 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 506 |
|
|
blocks | RightCurly | '}' at column 61 should be alone on a line. | 506 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 508 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 509 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 510 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 510 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 511 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 512 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 513 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 514 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 516 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 518 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 518 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 518 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 518 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 520 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 522 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 523 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 523 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 524 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 525 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 526 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 527 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 529 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 533 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 533 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 535 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 535 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 536 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 537 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 537 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 538 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 539 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 539 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 540 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 541 |
|
|
blocks | NeedBraces | 'for' construct must use '{}'s. | 542 |
|
|
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 542 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 544 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 545 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 546 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 548 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 551 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 551 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 551 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 551 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 552 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 552 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 553 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 554 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 554 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 555 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 556 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 557 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 558 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 559 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 559 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 560 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 560 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 561 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 562 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 563 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 564 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 566 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 569 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 569 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 570 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 570 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 571 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 572 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 572 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 573 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 574 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 575 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 575 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 575 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 575 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 577 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 578 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 578 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 579 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 579 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 580 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 581 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 582 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 583 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 585 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 586 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 586 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 587 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 587 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 587 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 587 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 589 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 590 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 591 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 591 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 592 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 593 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 594 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 595 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 597 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 599 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 599 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 599 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 599 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 601 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 603 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 604 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 604 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 605 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 606 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 607 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 608 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 610 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 612 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 614 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 614 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 616 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 616 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 617 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 618 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 618 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 619 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 620 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 620 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 621 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 622 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 623 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 624 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 625 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 626 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 628 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 631 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 631 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 631 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 631 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 632 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 632 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 633 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 634 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 634 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 635 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 636 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 637 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 638 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 639 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 639 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 640 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 640 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 641 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 642 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 643 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 644 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 646 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 649 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 649 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 650 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 650 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 651 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 652 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 652 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 653 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 654 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 655 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 656 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 658 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 661 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'qArray'. | 661 |
|
|
naming | ParameterName | Parameter name 'qArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 661 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 662 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 662 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 663 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 664 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 664 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 665 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 666 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 667 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 668 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 670 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 673 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 673 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 673 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 673 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 673 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 674 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 674 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 675 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 676 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 676 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 677 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 678 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 679 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 680 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 681 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 681 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 682 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 682 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 683 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 684 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 685 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 686 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 688 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 691 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'qArray'. | 691 |
|
|
naming | ParameterName | Parameter name 'qArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 691 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 692 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 692 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 693 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 694 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 694 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 695 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 696 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 697 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 698 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 700 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 703 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 703 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 703 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 703 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 703 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 704 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 704 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 705 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 706 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 706 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 707 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 708 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 709 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 710 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 711 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 711 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 712 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 712 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 713 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 714 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 715 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 716 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 718 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 721 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 721 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 721 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 721 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 721 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 722 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 722 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 723 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 724 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 724 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 725 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 726 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 728 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 729 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 730 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 732 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 735 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 735 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 735 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 736 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 736 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 737 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 738 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 738 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 739 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 740 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 741 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 742 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 743 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 744 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 746 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 749 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 749 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 749 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 749 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 750 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 750 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 751 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 752 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 752 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 753 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 754 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 755 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 756 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 757 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 758 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 760 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 763 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 763 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 764 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 764 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 765 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 766 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 766 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 767 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 768 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 769 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 770 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 771 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 772 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 774 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 777 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 777 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 777 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 778 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 778 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 779 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 780 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 780 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 781 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 782 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 783 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 784 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 786 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 789 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 789 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 790 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 790 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 791 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 792 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 792 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 793 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 794 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 795 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 795 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 795 |
|
|
blocks | RightCurly | '}' at column 68 should be alone on a line. | 795 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 797 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 798 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 798 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 799 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 799 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 800 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 801 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 802 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 803 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 805 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 806 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 806 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 807 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 807 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 807 |
|
|
blocks | RightCurly | '}' at column 62 should be alone on a line. | 807 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 809 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 810 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 811 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 811 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 812 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 813 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 814 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 815 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 817 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 819 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 819 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 819 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 819 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 821 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 823 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 824 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 824 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 825 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 826 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 827 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 828 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 830 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 834 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 834 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 836 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 836 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 837 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 838 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 838 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 839 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 840 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 840 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 841 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 842 |
|
|
blocks | NeedBraces | 'for' construct must use '{}'s. | 843 |
|
|
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 843 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 845 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 846 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 847 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 849 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 852 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 852 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 852 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 852 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 853 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 853 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 854 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 855 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 855 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 856 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 857 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 858 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 859 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 860 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 860 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 861 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 861 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 862 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 863 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 864 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 865 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 867 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 870 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 870 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 871 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 871 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 872 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 873 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 873 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 874 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 875 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 876 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 876 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 876 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 876 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 878 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 879 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 879 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 880 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 880 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 881 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 882 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 883 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 884 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 886 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 887 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 887 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 888 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 888 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 888 |
|
|
blocks | RightCurly | '}' at column 69 should be alone on a line. | 888 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 890 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 891 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 892 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 892 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 893 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 894 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 895 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 896 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 898 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 900 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 900 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 900 |
|
|
blocks | RightCurly | '}' at column 70 should be alone on a line. | 900 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 902 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 904 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 905 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 905 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 906 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 907 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 908 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 909 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 911 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 913 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 915 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 915 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 917 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 917 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 918 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 919 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 919 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 920 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 921 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 921 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 922 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 923 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 924 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 925 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 926 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 927 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 929 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 932 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 932 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 932 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 932 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 933 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 933 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 934 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 935 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 935 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 936 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 937 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 938 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 939 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 940 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 940 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 941 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 941 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 942 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 943 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 944 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 945 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 947 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 950 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 950 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 951 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 951 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 952 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 953 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 953 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 954 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 955 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 956 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 957 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 959 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 962 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'emArray'. | 962 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 963 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 963 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 964 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 965 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 965 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 966 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 967 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 968 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 969 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 971 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 974 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 974 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 974 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 974 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 975 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 975 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 976 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 977 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 977 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 978 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 979 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 980 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 981 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 982 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 982 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 983 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 983 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 984 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 985 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 986 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 987 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 989 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 992 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'emArray'. | 992 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 993 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 993 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 994 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 995 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 995 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 996 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 997 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 998 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 999 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1001 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1004 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1004 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1004 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 1004 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1005 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1005 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1006 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1007 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1007 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1008 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1009 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1010 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1011 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 1012 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1012 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1013 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1013 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1014 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1015 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1016 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1017 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1019 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1022 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1022 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1022 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 1022 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1023 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1023 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1024 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1025 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1025 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1026 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1027 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1029 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1030 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1031 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1033 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1036 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'em'. | 1036 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1037 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1037 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1038 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1039 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1039 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1040 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1041 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1042 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1043 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1044 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1045 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1047 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1050 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1050 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1050 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1050 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1051 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1051 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1052 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1053 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1053 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1054 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1055 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1056 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1057 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1058 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1059 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1061 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1064 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1064 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1065 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1065 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1066 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1067 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1067 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1068 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1069 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1070 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1071 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1072 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1073 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1075 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1078 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1078 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1078 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1079 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1079 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1080 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1081 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1081 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1082 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1083 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1084 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1085 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1087 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1090 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1090 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1091 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1091 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1092 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1093 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1093 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1094 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1095 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 1096 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1096 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 1096 |
|
|
blocks | RightCurly | '}' at column 72 should be alone on a line. | 1096 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1098 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1099 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1099 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1100 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1100 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1101 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1102 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1103 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1104 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1106 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1107 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1107 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 1108 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1108 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 1108 |
|
|
blocks | RightCurly | '}' at column 66 should be alone on a line. | 1108 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1110 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1111 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1112 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1112 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1113 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1114 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1115 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1116 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1118 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 1120 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1120 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 1120 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 1120 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1122 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1124 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1125 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1125 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1126 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1127 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1128 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1129 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1131 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1133 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1135 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1135 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1137 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1137 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1138 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1139 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1139 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1140 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1141 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 1141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1143 |
|
|
blocks | NeedBraces | 'for' construct must use '{}'s. | 1144 |
|
|
indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 6. | 1144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1146 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1147 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1148 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1150 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1153 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1153 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1153 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1153 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1154 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1154 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1155 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1156 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1156 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1157 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1159 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1160 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 1161 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1161 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1162 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1162 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1163 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1164 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1165 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1166 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1168 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1171 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1171 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1172 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1172 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 8, expected level should be 4. | 1173 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 8, expected level should be 4. | 1174 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1174 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1175 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1176 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 1177 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1177 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 1177 |
|
|
blocks | RightCurly | '}' at column 73 should be alone on a line. | 1177 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1179 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1180 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1180 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1181 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1181 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1182 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1183 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1184 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1185 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1187 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1188 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1188 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 1189 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1189 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 1189 |
|
|
blocks | RightCurly | '}' at column 73 should be alone on a line. | 1189 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1191 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1192 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 12, expected level should be 6. | 1193 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1193 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1194 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1195 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 8. | 1196 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be 6. | 1197 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be 6. | 1199 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 6. | 1201 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 1201 |
|
|
blocks | LeftCurly | '{' at column 17 should have line break after. | 1201 |
|
|
blocks | RightCurly | '}' at column 74 should be alone on a line. | 1201 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 8, expected level should be 4. | 1203 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1205 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1206 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1206 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1207 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1208 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1209 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1210 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1212 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1214 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1216 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1216 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1218 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1218 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1219 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1220 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1220 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1221 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1222 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 128). | 1222 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1223 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1224 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1225 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1226 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1227 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1228 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1230 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1233 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1233 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1233 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1233 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1234 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1234 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1235 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1236 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1236 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1237 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1238 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1239 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1240 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 1241 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1241 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1242 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1242 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1243 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1244 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1245 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1246 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1248 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1251 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1251 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1252 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1252 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1253 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1254 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1254 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1255 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1256 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1257 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1258 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1260 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1263 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strongArray'. | 1263 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1264 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1264 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1265 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1266 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1266 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1267 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1268 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1269 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1270 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1272 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1275 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1275 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1275 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 1275 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1276 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1276 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1277 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1278 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1278 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1279 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1280 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1281 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1282 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 1283 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1283 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1284 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1284 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1285 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1286 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1287 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1288 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1290 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1293 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strongArray'. | 1293 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1294 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1294 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1295 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1296 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1296 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1297 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1298 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1299 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1300 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1302 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1305 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1305 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1305 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 1305 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1306 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1306 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1307 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1308 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1309 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1310 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1311 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 1312 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 1313 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1313 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 1314 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 1314 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 1315 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1316 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1317 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1318 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1320 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1323 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1323 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1323 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 1323 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1324 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1324 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1325 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1326 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1326 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1327 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1328 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1330 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1331 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1332 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1334 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1337 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 1337 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1338 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1338 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1339 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1340 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1340 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1341 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1342 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1343 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1344 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1345 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1346 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1348 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1351 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1351 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1351 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1351 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1352 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1352 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1353 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1354 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1354 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1355 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1356 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1357 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1358 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1359 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1360 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1362 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1365 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 1365 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1366 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1366 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1367 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1368 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1369 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1370 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1371 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1372 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1373 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1374 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 1376 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 1379 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 1379 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1379 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 1380 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1380 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 1381 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 1382 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1383 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 1384 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 1385 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1386 |
gov/nist/itl/metaschema/model/xml/impl/ModelExtensionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 169). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 146). | 26 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 32 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 35 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 36 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 37 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 38 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 41 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 43 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 43 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 44 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 45 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 46 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 47 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 48 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 50 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 53 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'modelExtension'. | 53 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 54 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 55 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 56 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 56 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 57 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 58 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 59 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 59 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 60 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 61 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 62 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 62 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 68 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 71 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 71 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 72 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 73 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 74 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 75 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 76 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 77 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 |
gov/nist/itl/metaschema/model/xml/impl/NamespaceDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/NaturalNumberOrUnboundedImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 16 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 271). | 16 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 17 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 20 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 21 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 22 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 25 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 25 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 26 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 27 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 28 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 121). | 32 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 34 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 34 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 181). | 34 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 35 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 36 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 38 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 39 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 40 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 41 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 44 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 44 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 45 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 46 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
gov/nist/itl/metaschema/model/xml/impl/PDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'p'. | 49 |
|
|
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
gov/nist/itl/metaschema/model/xml/impl/QDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 143). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 63 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'q'. | 81 |
|
|
naming | ParameterName | Parameter name 'q' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/RemarksDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 155). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'remarks'. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 132). | 51 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 52 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 54 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 57 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 58 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 59 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 60 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 60 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 61 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 62 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 63 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 64 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 72 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 4, expected level should be 2. | 72 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 166). | 72 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 4, expected level should be 2. | 73 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 74 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. | 76 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 8, expected level should be 4. | 77 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 77 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 12, expected level should be 6. | 78 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. | 79 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 81 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 8, expected level should be 4. | 85 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 89 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 92 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 92 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 93 |
|
|
indentation | Indentation | 'class def modifier' has incorrect indentation level 12, expected level should be 6. | 94 |
|
|
indentation | Indentation | 'class def lcurly' has incorrect indentation level 12, expected level should be 6. | 95 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 95 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 96 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 98 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 98 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 98 |
|
|
blocks | RightCurly | '}' at column 61 should be alone on a line. | 98 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 100 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 140). | 101 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 102 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 102 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 103 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 104 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 105 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 106 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 108 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
|
|
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 110 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 110 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 110 |
|
|
blocks | RightCurly | '}' at column 62 should be alone on a line. | 110 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 112 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 16, expected level should be 8. | 114 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 114 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 115 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 116 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 20, expected level should be 10. | 117 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be 8. | 118 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be 8. | 120 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 20, expected level should be 8. | 122 |
|
|
blocks | LeftCurly | '{' at column 21 should be on the previous line. | 122 |
|
|
blocks | LeftCurly | '{' at column 21 should have line break after. | 122 |
|
|
blocks | RightCurly | '}' at column 63 should be alone on a line. | 122 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 12, expected level should be 6. | 124 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 126 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 127 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 127 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 128 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 129 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 130 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 131 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 133 |
|
|
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 137 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 137 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 139 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 139 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 140 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 141 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 141 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 142 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 143 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 176). | 143 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 144 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 145 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 154). | 145 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 146 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 147 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 148 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 149 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 151 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 154 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 154 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 154 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 155 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 156 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 157 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 157 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 158 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 159 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 160 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 161 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 162 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 162 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 163 |
|
|
javadoc | JavadocMethod | Expected @throws tag for 'IndexOutOfBoundsException'. | 163 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 164 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 165 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 166 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 167 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 169 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 172 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 172 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 173 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 173 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 174 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 175 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 175 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 176 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 177 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 178 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 179 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 184 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'pArray'. | 184 |
|
|
naming | ParameterName | Parameter name 'pArray' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 185 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 185 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 186 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 187 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 188 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 190 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 193 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 193 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'p'. | 193 |
|
|
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 194 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 194 |
|
|
indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 195 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 124). | 195 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 196 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 198 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 201 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 201 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 201 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 202 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 202 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 203 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 204 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 204 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 205 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 206 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 207 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 208 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 209 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 210 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 212 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 215 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 215 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 216 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 216 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 217 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 218 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 218 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 219 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 220 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 221 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 222 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 223 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 224 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 226 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 229 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'i'. | 229 |
|
|
naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 229 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 230 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 230 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 231 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 232 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 232 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 233 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 234 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 235 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 236 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 238 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 241 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 241 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 242 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 242 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 243 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 244 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 244 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 245 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 246 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 247 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 248 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 249 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 249 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 250 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 251 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 252 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 253 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 254 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 256 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 259 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 259 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 260 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 260 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 261 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 262 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 262 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 263 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 264 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 265 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 266 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 267 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 268 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 270 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 273 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 273 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 274 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 274 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 275 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 276 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 276 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 277 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 278 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 279 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 280 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 282 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 285 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'class1'. | 285 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 286 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 286 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 287 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 288 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 288 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 289 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 290 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 291 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 292 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 293 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 293 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 294 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 295 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 296 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 297 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 298 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 300 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 303 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'class1'. | 303 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 304 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 304 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 305 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 306 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 306 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 307 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 308 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 309 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 310 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 311 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 311 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 312 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 313 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 314 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 315 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 316 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 318 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 321 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 322 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 322 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 323 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 324 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 324 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 325 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 326 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 327 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 328 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 330 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 333 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 333 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 334 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 334 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 335 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 336 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 336 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 337 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 338 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 339 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 340 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 341 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 341 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 342 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 343 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 344 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 345 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 346 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 348 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 351 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 351 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 352 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 352 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 353 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 354 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 354 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 355 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 356 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 357 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 358 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 359 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 360 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 362 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 365 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 365 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 366 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 366 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 367 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 368 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 368 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 369 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 370 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 371 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 372 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 374 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 377 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 377 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 378 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 378 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 379 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 380 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 380 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 381 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 382 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 383 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 384 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 385 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 385 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 386 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 387 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 388 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 389 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 390 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 392 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 395 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'module'. | 395 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 396 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 396 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 397 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 398 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 398 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 399 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 400 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 401 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 402 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 16, expected level should be 8. | 403 |
|
|
blocks | LeftCurly | '{' at column 17 should be on the previous line. | 403 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 404 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 405 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 406 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 407 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 408 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 410 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 4. | 413 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 8, expected level should be 4. | 414 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 414 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 12, expected level should be 6. | 415 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 12, expected level should be 6. | 416 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 416 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 417 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 16, expected level should be 8. | 418 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. | 419 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 420 |
|
|
indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 421 |
gov/nist/itl/metaschema/model/xml/impl/SchemaNameDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 161). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaName'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/SchemaVersionDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 167). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'schemaVersion'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/ShortNameDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 159). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'shortName'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/SimpleDatatypesImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 163). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/itl/metaschema/model/xml/impl/StrongDocumentImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 10 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 15 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 153). | 15 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 17 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 19 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 20 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 20 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 21 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 22 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 28 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 31 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 31 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 32 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 32 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 33 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 34 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 34 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 35 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 36 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 37 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 38 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 39 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 39 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 40 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 41 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 42 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 43 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 44 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 46 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
|
|
javadoc | JavadocMethod | Expected @return tag. | 49 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 50 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 51 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 52 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 52 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 53 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 54 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 55 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 56 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 57 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 58 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 60 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 63 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 63 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 64 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 64 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 65 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 66 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 66 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 67 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 68 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 69 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 70 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 71 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 71 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 72 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 73 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 74 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 75 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 76 |
|
|
javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 78 |
|
|
indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 81 |
|
|
javadoc | JavadocMethod | Expected @param tag for 'strong'. | 81 |
|
|
indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 82 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 82 |
|
|
indentation | Indentation | 'synchronized' has incorrect indentation level 8, expected level should be 4. | 83 |
|
|
indentation | Indentation | 'synchronized lcurly' has incorrect indentation level 8, expected level should be 4. | 84 |
|
|
blocks | LeftCurly | '{' at column 9 should be on the previous line. | 84 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 85 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 86 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 87 |
|
|
indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 88 |
|
|
indentation | Indentation | 'if lcurly' has incorrect indentation level 12, expected level should be 6. | 89 |
|
|
blocks | LeftCurly | '{' at column 13 should be on the previous line. | 89 |
|
|
indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 90 |
|
|
indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 91 |
|
|
indentation | Indentation | 'synchronized' child has incorrect indentation level 12, expected level should be 6. | 92 |
|
|
indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. | 93 |
|
|
indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
gov/nist/itl/metaschema/model/xml/impl/XmlGroupBehaviorImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
|
|
whitespace | EmptyLineSeparator | '/*' should be separated from previous statement. | 9 |
|
|
whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 14 |
|
|
sizes | LineLength | Line is longer than 120 characters (found 165). | 14 |
|
|
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 15 |
|
|
indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 16 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 18 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 18 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 18 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 19 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 19 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 20 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 21 |
|
|
indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 23 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
|
|
naming | ParameterName | Parameter name 'sType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
|
|
indentation | Indentation | 'ctor def lcurly' has incorrect indentation level 4, expected level should be 2. | 24 |
|
|
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 24 |
|
|
indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 25 |
|
|
indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 26 |
gov/nist/secauto/metaschema/model/AbstractMetaschema.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 86 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 115 |
gov/nist/secauto/metaschema/model/Metaschema.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 50 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 54 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 56 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 60 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 62 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 64 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 66 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 68 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 72 |
gov/nist/secauto/metaschema/model/MetaschemaException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
gov/nist/secauto/metaschema/model/MetaschemaLoader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 52 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 55 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 89 |
gov/nist/secauto/metaschema/model/configuration/AssemblyBindingConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
gov/nist/secauto/metaschema/model/configuration/FieldBindingConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
gov/nist/secauto/metaschema/model/configuration/ManagedObjectBingingConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
gov/nist/secauto/metaschema/model/configuration/ModelBindingConfiguration.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
gov/nist/secauto/metaschema/model/info/Assembly.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 30 |
gov/nist/secauto/metaschema/model/info/Field.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
gov/nist/secauto/metaschema/model/info/Flag.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
gov/nist/secauto/metaschema/model/info/InfoElement.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
gov/nist/secauto/metaschema/model/info/Util.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
gov/nist/secauto/metaschema/model/info/definitions/AbstractAssemblyDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 63 |
gov/nist/secauto/metaschema/model/info/definitions/AbstractFieldDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 61 |
gov/nist/secauto/metaschema/model/info/definitions/AbstractFlagDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
gov/nist/secauto/metaschema/model/info/definitions/AbstractInfoElementDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
gov/nist/secauto/metaschema/model/info/definitions/AssemblyDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
gov/nist/secauto/metaschema/model/info/definitions/DataType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 67 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 71 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
gov/nist/secauto/metaschema/model/info/definitions/FieldDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
gov/nist/secauto/metaschema/model/info/definitions/FlagContainer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
gov/nist/secauto/metaschema/model/info/definitions/ManagedObject.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 36 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
gov/nist/secauto/metaschema/model/info/definitions/ModelContainer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 40 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 48 |
gov/nist/secauto/metaschema/model/info/instances/AbstractAssemblyInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 38 |
gov/nist/secauto/metaschema/model/info/instances/AbstractChoiceInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 41 |
gov/nist/secauto/metaschema/model/info/instances/AbstractFieldInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
gov/nist/secauto/metaschema/model/info/instances/AbstractFlagInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 39 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
gov/nist/secauto/metaschema/model/info/instances/ClassUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 42 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 46 |
gov/nist/secauto/metaschema/model/info/instances/FieldInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
gov/nist/secauto/metaschema/model/info/instances/FlagInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 51 |
gov/nist/secauto/metaschema/model/info/instances/InfoElementInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 33 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 35 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 37 |
gov/nist/secauto/metaschema/model/info/instances/JsonGroupAsBehavior.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
gov/nist/secauto/metaschema/model/info/instances/ModelInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 32 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 34 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 45 |
gov/nist/secauto/metaschema/model/info/instances/XmlGroupAsBehavior.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 59 |
gov/nist/secauto/metaschema/model/xml/XmlAssemblyDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 58 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 209 |
gov/nist/secauto/metaschema/model/xml/XmlAssemblyInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 107 |
gov/nist/secauto/metaschema/model/xml/XmlChoiceInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 113 |
gov/nist/secauto/metaschema/model/xml/XmlFieldDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 47 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 133 |
gov/nist/secauto/metaschema/model/xml/XmlFieldInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
gov/nist/secauto/metaschema/model/xml/XmlFlagDefinition.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 82 |
gov/nist/secauto/metaschema/model/xml/XmlFlagInstance.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 138 |
gov/nist/secauto/metaschema/model/xml/XmlMetaschema.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 65 |
|
|
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 140 |